Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ COPY ./.cache /.cache
|
|
60 |
COPY ./entrypoint.sh /entrypoint.sh
|
61 |
COPY ./pause_space.py /pause_space.py
|
62 |
COPY ./parse_requests.py /parse_requests.py
|
63 |
-
COPY ./
|
64 |
COPY ./runs /runs
|
65 |
COPY ./attempts.txt /attempts.txt
|
66 |
COPY ./failed_attempts.txt /failed_attempts.txt
|
|
|
60 |
COPY ./entrypoint.sh /entrypoint.sh
|
61 |
COPY ./pause_space.py /pause_space.py
|
62 |
COPY ./parse_requests.py /parse_requests.py
|
63 |
+
COPY ./process_runs.py /process_runs.py
|
64 |
COPY ./runs /runs
|
65 |
COPY ./attempts.txt /attempts.txt
|
66 |
COPY ./failed_attempts.txt /failed_attempts.txt
|