Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:

env:
## CUDA version and container operating system
CUDA_VERSION: 12.5.1
CUDA_VERSION: 12.8.2
CUDA_OS: ubuntu24.04

## Default versions are specified in packages.yaml but can be overridden
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables:
SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.5

## CUDA version and container operating system
CUDA_VERSION: 12.5.1
CUDA_VERSION: 12.8.2
CUDA_OS: ubuntu24.04

## Default versions are specified in packages.yaml but can be overridden
Expand Down
2 changes: 1 addition & 1 deletion containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ apt-get -yqq update
apt-get -yqq install cpp${GCC} gcc${GCC} g++${GCC} gfortran${GCC}
apt-get -yqq install clang${CLANG} clang-tidy${CLANG} clang-format${CLANG} libclang${CLANG}-dev libc++${CLANG}-dev
apt-get -yqq autoremove
# Remove symlinks loop in nvidia/cuda:12.5.1-devel-ubuntu24.04
# Remove existing cpp alternative symlinks to avoid symlink loops in CUDA base images
rm -f /usr/bin/cpp /etc/alternatives/cpp
# Ensure alternatives without version tags
update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp${GCC} 100
Expand Down
Loading