Spaces:
Runtime error
Runtime error
Adding the create_results.py
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -61,6 +61,7 @@ COPY ./check_h100.py /check_h100.py
|
|
| 61 |
COPY ./entrypoint.sh /entrypoint.sh
|
| 62 |
COPY ./pause_space.py /pause_space.py
|
| 63 |
COPY ./parse_requests.py /parse_requests.py
|
|
|
|
| 64 |
COPY ./runs /runs
|
| 65 |
#COPY ./data /data
|
| 66 |
COPY ./.cache /.cache
|
|
|
|
| 61 |
COPY ./entrypoint.sh /entrypoint.sh
|
| 62 |
COPY ./pause_space.py /pause_space.py
|
| 63 |
COPY ./parse_requests.py /parse_requests.py
|
| 64 |
+
COPY ./create_results.py /create_results.py
|
| 65 |
COPY ./runs /runs
|
| 66 |
#COPY ./data /data
|
| 67 |
COPY ./.cache /.cache
|