Skip to content

Commit

Permalink
f4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 24, 2024
1 parent 704784d commit b5a3202
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 export DEBIAN_FRONTEND=noninteractive && \

COPY src /src/

RUN pip3 install --no-cache-dir -r /src/requirements.txt
RUN pip3 install --no-cache-dir --break-system-packages -r /src/requirements.txt

EXPOSE 8050

Expand Down

0 comments on commit b5a3202

Please sign in to comment.