Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:latest

RUN git clone -b v310.5.0 https://github.com/NVIDIA/DLSS.git
RUN git clone -b v310.5.3 https://github.com/NVIDIA/DLSS.git
RUN apt-get update && apt-get install --no-install-recommends -yq libclang-dev
RUN curl -O https://sdk.lunarg.com/sdk/download/1.4.335.0/linux/vulkansdk-linux-x86_64-1.4.335.0.tar.xz && tar --xz -x -f vulkansdk-linux-x86_64-1.4.335.0.tar.xz
RUN rustup component add rustfmt clippy
Expand Down