File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ARG UBUNTU_VERSION=24 .04
1+ ARG UBUNTU_VERSION=22 .04
22
33FROM 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
99RUN 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/* \
You can’t perform that action at this time.
0 commit comments