Skip to content

Commit 77d3cea

Browse files
authored
try without break-system-packages
1 parent afbb2b8 commit 77d3cea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devops/cuda.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UBUNTU_VERSION=24.04
1+
ARG UBUNTU_VERSION=22.04
22
# This needs to generally match the container host's environment.
33
ARG CUDA_VERSION=12.4.0
44
# Target the CUDA build image
@@ -61,8 +61,8 @@ RUN apt-get update \
6161
python3 \
6262
python3-pip \
6363
python3-wheel \
64-
&& pip install --break-system-packages --upgrade setuptools \
65-
&& pip install --break-system-packages -r requirements.txt \
64+
&& pip install --upgrade setuptools \
65+
&& pip install -r requirements.txt \
6666
&& apt autoremove -y \
6767
&& apt clean -y \
6868
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)