Skip to content

Commit fc350fd

Browse files
authored
docker : force Python 3.13 in Vulkan container (#20530)
* ci: force Python 3.13 in Vulkan container * remove unnecessary `update-alternatives` line
1 parent 3a6f059 commit fc350fd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devops/vulkan.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ RUN apt-get update \
5353
&& apt-get install -y \
5454
build-essential \
5555
git \
56-
python3 \
57-
python3-dev \
56+
python3.13 \
57+
python3.13-dev \
5858
python3-pip \
5959
python3-wheel \
60+
&& update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 100 \
6061
&& pip install --break-system-packages --upgrade setuptools \
6162
&& pip install --break-system-packages -r requirements.txt \
6263
&& apt autoremove -y \

0 commit comments

Comments
 (0)