Skip to content

Commit 498f6dd

Browse files
committed
remove upgrade of pip setuptools and wheel... it breaks in ubuntu 24.04
1 parent fe9a093 commit 498f6dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devops/cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN apt-get update \
9090
git \
9191
python3 \
9292
python3-pip \
93-
&& python3 -m pip install --break-system-packages -r requirements.txt \
93+
&& pip install --break-system-packages -r requirements.txt \
9494
&& apt autoremove -y \
9595
&& apt clean -y \
9696
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)