Skip to content

Commit ae08a95

Browse files
committed
vulkan: try jammy
1 parent d5ba035 commit ae08a95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devops/vulkan.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UBUNTU_VERSION=24.04
1+
ARG UBUNTU_VERSION=22.04
22

33
FROM ubuntu:$UBUNTU_VERSION AS build
44

@@ -7,7 +7,7 @@ RUN apt update && apt install -y git build-essential cmake wget
77

88
# Install Vulkan SDK and cURL
99
RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key add - && \
10-
wget -qO /etc/apt/sources.list.d/lunarg-vulkan-noble.list https://packages.lunarg.com/vulkan/lunarg-vulkan-noble.list && \
10+
wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list && \
1111
apt update -y && \
1212
apt-get install -y vulkan-sdk libcurl4-openssl-dev curl
1313

@@ -55,8 +55,8 @@ RUN apt-get update \
5555
git \
5656
python3 \
5757
python3-pip \
58-
&& pip install --upgrade --break-system-packages pip setuptools wheel \
59-
&& pip install -r --break-system-packages requirements.txt \
58+
&& pip install --upgrade pip setuptools wheel \
59+
&& pip install -r requirements.txt \
6060
&& apt autoremove -y \
6161
&& apt clean -y \
6262
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)