Skip to content

Commit b0d3c60

Browse files
ggormanCopilot
andauthored
Corrected comment in .github/workflows/docker-devito.yml
Co-authored-by: Copilot <[email protected]>
1 parent 2b72119 commit b0d3c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-devito.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- base: 'bases:nvidia-nvc'
2323
tag: 'nvidia-nvc'
2424
# Respect CUDA_VISIBLE_DEVICES set by the runner and hard-limit docker to that device.
25-
# (--env without value forwards host var; --gpus maps only that device)
25+
# (--gpus maps only the selected device from CUDA_VISIBLE_DEVICES)
2626
flag: --init --gpus "device=${CUDA_VISIBLE_DEVICES:-all}"
2727
test: 'tests/test_gpu_openacc.py tests/test_gpu_common.py'
2828
runner: ["self-hosted", "nvidiagpu"]

0 commit comments

Comments
 (0)