Skip to content

Commit 013d6f0

Browse files
committed
DROP BEFORE MERGE change base container to nvidia-provided cuda-devel container
1 parent 5c191d7 commit 013d6f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
name: Build and test Firedrake (Linux CUDA)
486486
runs-on: [self-hosted, Linux, gpu]
487487
container:
488-
image: ubuntu:latest
488+
image: nvidia/cuda:12.9.1-devel-ubuntu24.04
489489
options: --gpus all
490490
if: inputs.test_gpu
491491
env:

0 commit comments

Comments
 (0)