Skip to content

Commit 987a831

Browse files
committed
fix pip
1 parent 853cbbe commit 987a831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devops/vulkan.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ RUN apt-get update \
5555
git \
5656
python3 \
5757
python3-pip \
58-
&& pip install --upgrade pip setuptools wheel \
59-
&& pip install -r requirements.txt \
58+
&& pip install --upgrade --break-system-packages pip setuptools wheel \
59+
&& pip install -r --break-system-packages requirements.txt \
6060
&& apt autoremove -y \
6161
&& apt clean -y \
6262
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)