Skip to content

Commit

Permalink
Update amdvlk.Dockerfile, back forward to 1.3.268 sdk version, to fix…
Browse files Browse the repository at this point in the history
… shader compiler build error for gpurt.
  • Loading branch information
qiaojbao authored Jan 26, 2024
1 parent 143d484 commit 5de2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/amdvlk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && export TZ=America/New_York \

# Update the VulkanSDK 1.3.216 or higher, install the shader compiler tools for gpurt.
RUN wget -qO /etc/apt/trusted.gpg.d/lunarg.asc https://packages.lunarg.com/lunarg-signing-key-pub.asc \
&& wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list \
&& wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list https://packages.lunarg.com/vulkan/1.3.268/lunarg-vulkan-1.3.268-jammy.list \
&& apt-get update \
&& apt-get install -yqq --no-install-recommends dxc glslang-tools \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 5de2a34

Please sign in to comment.