Spaces:
Runtime error
Runtime error
Adding runs directory to docker.
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -45,6 +45,7 @@ RUN pip install -r requirements.txt
|
|
45 |
RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
|
46 |
|
47 |
ADD ./configs /configs
|
|
|
48 |
COPY ./check_h100.py /check_h100.py
|
49 |
COPY ./entrypoint.sh /entrypoint.sh
|
50 |
COPY ./pause_space.py /pause_space.py
|
|
|
45 |
RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
|
46 |
|
47 |
ADD ./configs /configs
|
48 |
+
ADD ./runs /runs
|
49 |
COPY ./check_h100.py /check_h100.py
|
50 |
COPY ./entrypoint.sh /entrypoint.sh
|
51 |
COPY ./pause_space.py /pause_space.py
|