Skip to content

Commit e35eeeb

Browse files
committed
add extra tools and notes regarding pip
1 parent 498f6dd commit e35eeeb

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-
&& pip install --break-system-packages -r requirements.txt \
93+
&& python3 -m 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)