Skip to content

Commit

Permalink
Increase pip install default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Ross authored and Philipp Ross committed Jan 23, 2025
1 parent f4aa693 commit f9aa7cd
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.12
RUN pip install --upgrade pip
COPY . .
RUN pip install --default-timeout=1800 -r .settings/requirements_full.txt
RUN pip install --default-timeout=3600 -r .settings/requirements_full.txt

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

0 comments on commit f9aa7cd

Please sign in to comment.