Skip to content

Commit 1aa9276

Browse files
committed
Revert "devops : fix compile bug when the BASE_CUDA_DEV_CONTAINER is based on Ubuntu 24.04 (#15005)"
This reverts commit e4e9159.
1 parent 5e6229a commit 1aa9276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devops/cuda.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ RUN apt-get update \
6060
git \
6161
python3 \
6262
python3-pip \
63-
&& pip install --break-system-packages -r requirements.txt \
63+
&& pip install --upgrade pip setuptools wheel \
64+
&& pip install -r requirements.txt \
6465
&& apt autoremove -y \
6566
&& apt clean -y \
6667
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)