diff --git a/Dockerfile b/Dockerfile index 681beb1..1a30cf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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