We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498f6dd commit e35eeebCopy full SHA for e35eeeb
1 file changed
.devops/cuda.Dockerfile
@@ -90,7 +90,7 @@ RUN apt-get update \
90
git \
91
python3 \
92
python3-pip \
93
- && pip install --break-system-packages -r requirements.txt \
+ && python3 -m pip install --break-system-packages -r requirements.txt \
94
&& apt autoremove -y \
95
&& apt clean -y \
96
&& rm -rf /tmp/* /var/tmp/* \
0 commit comments