We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6f059 commit fc350fdCopy full SHA for fc350fd
1 file changed
.devops/vulkan.Dockerfile
@@ -53,10 +53,11 @@ RUN apt-get update \
53
&& apt-get install -y \
54
build-essential \
55
git \
56
- python3 \
57
- python3-dev \
+ python3.13 \
+ python3.13-dev \
58
python3-pip \
59
python3-wheel \
60
+ && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 100 \
61
&& pip install --break-system-packages --upgrade setuptools \
62
&& pip install --break-system-packages -r requirements.txt \
63
&& apt autoremove -y \
0 commit comments