Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyr84 committed Oct 2, 2023
1 parent 93b8f40 commit 8ecf6a5
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 @@ -15,7 +15,7 @@ ENV PYTHONUNBUFFERED=TRUE

COPY eye.png requirements.txt ./

RUN pip3.11 install -r requirements.txt
RUN pip3.11 install -U --upgrade-strategy eager -r requirements.txt

COPY *.py ./

Expand Down

0 comments on commit 8ecf6a5

Please sign in to comment.