Skip to content

Commit 5f28ddb

Browse files
authored
only upgrade setuptools
1 parent ebdffa2 commit 5f28ddb

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 --upgrade pip setuptools wheel \
63+
python3-wheel \
64+
&& pip install --break-system-packages --upgrade setuptools \
6465
&& pip install --break-system-packages -r requirements.txt \
6566
&& apt autoremove -y \
6667
&& apt clean -y \

0 commit comments

Comments
 (0)