File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66RUN apt update && apt install -y libxml2 curl perl gcc && \
77 rm -rf /var/lib/apt/lists/*
88
9- RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.0 /local_installers/cuda_11.6.0_510.39.01_linux_sbsa .run && \
9+ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.1 /local_installers/cuda_11.6.1_510.47.03_linux_sbsa .run && \
1010 chmod +x cuda_*.run && \
1111 ./cuda_*.run --silent --no-opengl-libs --toolkit && \
1212 rm -f cuda_*.run;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66RUN apt update && apt install -y libxml2 curl perl gcc && \
77 rm -rf /var/lib/apt/lists/*
88
9- RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.0 /local_installers/cuda_11.6.0_510.39.01_linux .run && \
9+ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.1 /local_installers/cuda_11.6.1_510.47.03_linux .run&& \
1010 chmod +x cuda_*.run && \
1111 ./cuda_*.run --silent --no-opengl-libs --toolkit && \
1212 rm -f cuda_*.run;
You can’t perform that action at this time.
0 commit comments