Spaces:
Runtime error
Runtime error
The failed_run.py script disappeared from the docker somehow....?
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -62,6 +62,7 @@ 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 ./upload_run_folder.py /upload_run_folder.py
|
67 |
#COPY ./data /data
|
|
|
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 ./failed_run.py /failed_run.py
|
66 |
COPY ./runs /runs
|
67 |
COPY ./upload_run_folder.py /upload_run_folder.py
|
68 |
#COPY ./data /data
|