Skip to content

Commit cbdb9c8

Browse files
author
Paolo Greppi
committed
fix compile bug when the BASE_CUDA_DEV_CONTAINER is based on Ubuntu 24.04
fixes #15004
1 parent baad948 commit cbdb9c8

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)