Spaces:
Runtime error
Runtime error
Adding upload_run_folder.py to Docker.
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -63,6 +63,7 @@ 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
|
| 68 |
RUN chmod 777 -R /runs
|
|
|
|
| 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
|
| 68 |
COPY ./.cache /.cache
|
| 69 |
RUN chmod 777 -R /runs
|