Skip to content

Commit

Permalink
pin docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Feb 20, 2024
1 parent 3666fa6 commit a9ade25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDK/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux2014_x86_64:latest
FROM quay.io/pypa/manylinux2014_x86_64:2024-01-29-1785b0b
RUN yum install -y zlib-devel libXrandr-devel mesa-libEGL-devel vulkan-devel
WORKDIR /
RUN curl -LO https://sdk.lunarg.com/sdk/download/1.3.224.1/linux/vulkansdk-linux-x86_64-1.3.224.1.tar.gz && tar xvf vulkansdk-linux-x86_64-1.3.224.1.tar.gz
Expand Down

0 comments on commit a9ade25

Please sign in to comment.