From 69beea5330795974659054c72f19417c06eadb72 Mon Sep 17 00:00:00 2001 From: Aswinkumar Date: Thu, 14 Dec 2023 11:38:22 +0800 Subject: [PATCH] Update nways_Dockerfile_python --- nways_Dockerfile_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nways_Dockerfile_python b/nways_Dockerfile_python index 3d93032..65cad9c 100644 --- a/nways_Dockerfile_python +++ b/nways_Dockerfile_python @@ -5,7 +5,7 @@ # Finally, open http://localhost:8888/ #FROM nvidia/cuda:11.2.2-devel-ubuntu20.04 -FROM nvidia/cuda:11.4.2-devel-ubuntu20.04 +FROM nvcr.io/nvidia/cuda:11.4.2-devel-ubuntu20.04 ##### # Read https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772