Skip to content

Commit

Permalink
increase timeout (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen authored Apr 15, 2024
1 parent ea217e5 commit ca2d0a4
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
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install git -y
COPY ./src/requirements.txt /tmp/requirements.txt
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y\
&& pip install --upgrade pip setuptools wheel \
&& pip install -r /tmp/requirements.txt \
&& pip install --default-timeout=500 -r /tmp/requirements.txt \
&& pip cache purge \
&& rm -rf /root/.cache/pip

Expand Down

0 comments on commit ca2d0a4

Please sign in to comment.