We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbb2b8 commit 77d3ceaCopy full SHA for 77d3cea
.devops/cuda.Dockerfile
@@ -1,4 +1,4 @@
1
-ARG UBUNTU_VERSION=24.04
+ARG UBUNTU_VERSION=22.04
2
# This needs to generally match the container host's environment.
3
ARG CUDA_VERSION=12.4.0
4
# Target the CUDA build image
@@ -61,8 +61,8 @@ RUN apt-get update \
61
python3 \
62
python3-pip \
63
python3-wheel \
64
- && pip install --break-system-packages --upgrade setuptools \
65
- && pip install --break-system-packages -r requirements.txt \
+ && pip install --upgrade setuptools \
+ && pip install -r requirements.txt \
66
&& apt autoremove -y \
67
&& apt clean -y \
68
&& rm -rf /tmp/* /var/tmp/* \
0 commit comments