Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
change default timeout to 1800 to account for download of torch and its subpackages
  • Loading branch information
Marvmann authored Jul 30, 2024
1 parent 39c9f24 commit 4600b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9

COPY . .
RUN pip install -r .settings/requirements_full.txt
RUN pip install --default-timeout=1800 -r .settings/requirements_full.txt

ENTRYPOINT ["python", "src/main.py"]

0 comments on commit 4600b91

Please sign in to comment.