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 853cbbe commit 987a831Copy full SHA for 987a831
.devops/vulkan.Dockerfile
@@ -55,8 +55,8 @@ RUN apt-get update \
55
git \
56
python3 \
57
python3-pip \
58
- && pip install --upgrade pip setuptools wheel \
59
- && pip install -r requirements.txt \
+ && pip install --upgrade --break-system-packages pip setuptools wheel \
+ && pip install -r --break-system-packages requirements.txt \
60
&& apt autoremove -y \
61
&& apt clean -y \
62
&& rm -rf /tmp/* /var/tmp/* \
0 commit comments