Skip to content

Commit e4e9159

Browse files
simevoPaolo Greppi
andauthored
devops : fix compile bug when the BASE_CUDA_DEV_CONTAINER is based on Ubuntu 24.04 (#15005)
fixes #15004 Co-authored-by: Paolo Greppi <[email protected]>
1 parent 5ba36f6 commit e4e9159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devops/cuda.Dockerfile

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

0 commit comments

Comments
 (0)