Skip to content

Commit c9568c3

Browse files
authored
Merge pull request #14 from gjbex/development
Minor fixes
2 parents 3294a80 + 9e3314b commit c9568c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

containers_for_hpc.pptx

17 Bytes
Binary file not shown.

examples/hpccm/development_cuda_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pathlib import Path
1111

1212
# Choose a base image
13-
Stage0.baseimage('nvcr.io/nvidia/nvhpc:23.5-devel-cuda_multi-ubuntu22.04')
13+
Stage0.baseimage('nvcr.io/nvidia/nvhpc:23.11-devel-cuda_multi-ubuntu22.04')
1414

1515
# Install CMake
1616
Stage0 += cmake(eula=True)

0 commit comments

Comments
 (0)