Spaces:
Runtime error
Runtime error
Adding /runs as an additional docker directory
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -47,6 +47,7 @@ RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmar
|
|
| 47 |
COPY ./check_h100.py /check_h100.py
|
| 48 |
COPY ./entrypoint.sh /entrypoint.sh
|
| 49 |
COPY ./pause_space.py /pause_space.py
|
|
|
|
| 50 |
RUN chmod +x /entrypoint.sh
|
| 51 |
|
| 52 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 47 |
COPY ./check_h100.py /check_h100.py
|
| 48 |
COPY ./entrypoint.sh /entrypoint.sh
|
| 49 |
COPY ./pause_space.py /pause_space.py
|
| 50 |
+
COPY ./runs /runs
|
| 51 |
RUN chmod +x /entrypoint.sh
|
| 52 |
|
| 53 |
ENTRYPOINT ["/entrypoint.sh"]
|