Skip to content

Commit

Permalink
Merge pull request #266 from eschnett/eschnett/CI-update-cuda
Browse files Browse the repository at this point in the history
CI: Update CUDA version
  • Loading branch information
eschnett authored Mar 6, 2024
2 parents abaf868 + eddd63d commit 6ba6f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/carpetx-cuda.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# docker build --build-arg real_precision=real32 --file carpetx-cuda.dockerfile --tag einsteintoolkit/carpetx:cuda-real32 .
# docker push einsteintoolkit/carpetx:cuda-real32

FROM nvidia/cuda:12.3.1-devel-ubuntu22.04
# FROM nvidia/cuda:12.3.1-devel-ubuntu22.04
FROM nvidia/cuda:12.3.2-devel-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive \
LANGUAGE=en_US.UTF-8 \
Expand Down

0 comments on commit 6ba6f15

Please sign in to comment.