diff --git a/base-devel.dockerfile b/base-devel.dockerfile index 3badc8a..37ce8e5 100644 --- a/base-devel.dockerfile +++ b/base-devel.dockerfile @@ -1,5 +1,5 @@ # pull from devel image instead of base -FROM nvidia/cuda:12.4.1-devel-ubuntu22.04 +FROM nvidia/cuda:12.6.2-devel-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash diff --git a/base.dockerfile b/base.dockerfile index a9a4a4b..65e72cc 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:12.4.1-base-ubuntu22.04 +FROM nvidia/cuda:12.6.2-base-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash