Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 30, 2024
1 parent 0a4424d commit 40c3e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y python3-pip python3-dev software-properties-common \
&& cd /usr/local/bin \
&& ln -s /usr/bin/python3 python \
&& pip3 install --upgrade --break-system-packages --ignore-installed pip \
&& pip3 install --upgrade --ignore-installed pip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -107,7 +107,7 @@ RUN apt-get update \
&& apt-get install -y python3-pip python3-dev\
&& cd /usr/local/bin \
&& ln -s /usr/bin/python3 python \
&& pip3 install --upgrade --break-system-packages --ignore-installed pip \
&& pip3 install --upgrade --ignore-installed pip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 40c3e2b

Please sign in to comment.