Seungmin Kim 3 жил өмнө
parent
commit
3511c9ffed
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 # Ubuntu release versions 18.04 and 20.04 are supported
 # Ubuntu release versions 18.04 and 20.04 are supported
 ARG UBUNTU_RELEASE=20.04
 ARG UBUNTU_RELEASE=20.04
-ARG CUDA_VERSION=11.1.1
+ARG CUDA_VERSION=11.4.2
 FROM nvcr.io/nvidia/cudagl:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_RELEASE}
 FROM nvcr.io/nvidia/cudagl:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_RELEASE}
 
 
 LABEL maintainer "https://github.com/ehfd,https://github.com/danisla"
 LABEL maintainer "https://github.com/ehfd,https://github.com/danisla"