Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -46,6 +46,7 @@ RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmar
|
|
| 46 |
|
| 47 |
COPY ./check_h100.py /check_h100.py
|
| 48 |
COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
| 49 |
RUN chmod +x /entrypoint.sh
|
| 50 |
|
| 51 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 46 |
|
| 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"]
|