Skip to content

Commit ebdffa2

Browse files
authored
break system packages
1 parent 9de4a87 commit ebdffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN apt-get update \
6060
git \
6161
python3 \
6262
python3-pip \
63-
&& pip install --upgrade pip setuptools wheel \
63+
&& pip install --break-system-packages --upgrade pip setuptools wheel \
6464
&& pip install --break-system-packages -r requirements.txt \
6565
&& apt autoremove -y \
6666
&& apt clean -y \

0 commit comments

Comments
 (0)