We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdffa2 commit 5f28ddbCopy full SHA for 5f28ddb
.devops/cuda.Dockerfile
@@ -60,7 +60,8 @@ RUN apt-get update \
60
git \
61
python3 \
62
python3-pip \
63
- && pip install --break-system-packages --upgrade pip setuptools wheel \
+ python3-wheel \
64
+ && pip install --break-system-packages --upgrade setuptools \
65
&& pip install --break-system-packages -r requirements.txt \
66
&& apt autoremove -y \
67
&& apt clean -y \
0 commit comments