Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
whittlem authored Aug 12, 2023
1 parent c0833d4 commit 8185fff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN pip config --user set global.extra-index-url https://www.piwheels.org/simple

COPY requirements.txt .

RUN python -m pip install --no-cache-dir -U pip && \
# RUN python -m pip install --no-cache-dir -U pip && \
RUN python3 -m pip install --no-cache-dir -U pip==19.3.1 && \
python3 -m pip install --no-cache-dir -r requirements.txt

COPY . /app
Expand Down

0 comments on commit 8185fff

Please sign in to comment.