Skip to content

Commit

Permalink
try upgrading pip
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 8, 2022
1 parent d1e3faf commit fc960fb
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 @@ -2,5 +2,5 @@ FROM ubuntu:22.04
RUN apt-get update && apt-get install -y python3 python3-pip
WORKDIR /code
COPY . /code
RUN pip3 install -e .
RUN pip3 install --upgrade pip && pip3 install -e .
ENTRYPOINT ["/bin/bash", "/code/entrypoint.sh"]

0 comments on commit fc960fb

Please sign in to comment.