meg HF staff commited on
Commit
ee78e78
·
verified ·
1 Parent(s): 4776fc2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ./create_results.py /process_runs.py
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