Skip to content

Commit

Permalink
pi
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 24, 2024
1 parent 198e390 commit f4824ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
zip \
vim

RUN pip3 install --upgrade pip
RUN python -m pip install --upgrade pip

COPY src /src/

RUN pip3 install --no-cache-dir -r /src/requirements.txt
RUN python -m pip install --no-cache-dir -r /src/requirements.txt

EXPOSE 8050

Expand Down

0 comments on commit f4824ad

Please sign in to comment.