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