Skip to content

Commit

Permalink
Update CI: use CUDA 11.6.2 instead of 11.6.0 (kokkos#6314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Jul 27, 2023
1 parent 2f12ebb commit 26cd6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ pipeline {
dockerfile {
filename 'Dockerfile.nvcc'
dir 'scripts/docker'
additionalBuildArgs '--build-arg BASE=nvidia/cuda:11.6.0-devel-ubuntu20.04'
additionalBuildArgs '--build-arg BASE=nvidia/cuda:11.6.2-devel-ubuntu20.04'
label 'nvidia-docker'
args '-v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES'
}
Expand Down

0 comments on commit 26cd6cc

Please sign in to comment.