Skip to content

Commit

Permalink
Update Dockerfile: --no-cache-dir
Browse files Browse the repository at this point in the history
Try to workaround failing hash check
  • Loading branch information
twom authored Jun 19, 2024
1 parent 98483d5 commit dba7559
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 @@ -26,7 +26,7 @@ RUN apt-get -qq update && \

COPY requirements.txt .
# Install any needed packages specified in requirements.txt
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt --no-cache-dir



Expand Down

0 comments on commit dba7559

Please sign in to comment.