Skip to content

Commit d851d66

Browse files
committed
ci: fix docker deploy flags
1 parent a847052 commit d851d66

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker-devito.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
tag: 'nvidia-nvc'
2424
# Respect CUDA_VISIBLE_DEVICES set by the runner and hard-limit docker to that device.
2525
# (--env without value forwards host var; --gpus maps only that device)
26-
flag: |
27-
--init
28-
--env CUDA_VISIBLE_DEVICES
29-
--gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
26+
flag: --init --env CUDA_VISIBLE_DEVICES --gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
3027
test: 'tests/test_gpu_openacc.py tests/test_gpu_common.py'
3128
runner: ["self-hosted", "nvidiagpu"]
3229

0 commit comments

Comments
 (0)