diff --git a/base-devel.dockerfile b/base-devel.dockerfile index 816ecb8..64a2602 100644 --- a/base-devel.dockerfile +++ b/base-devel.dockerfile @@ -1,5 +1,5 @@ # pull from devel image instead of base -FROM nvidia/cuda:12.3.1-devel-ubuntu22.04 +FROM nvidia/cuda:12.3.2-devel-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash diff --git a/base.dockerfile b/base.dockerfile index d6f1ffc..d654722 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:12.3.1-base-ubuntu22.04 +FROM nvidia/cuda:12.3.2-base-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash