Skip to content

Commit

Permalink
device flag
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jan 28, 2025
1 parent e905179 commit 1c59b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi
echo $DEVICE_FLAG
docker pull rocm/dev-ubuntu-22.04:6.3
docker run -dt --network=host --device=/dev/kfd --device=/dev/dri \
docker run -dt --network=host --device=/dev/kfd $DEVICE_FLAG \
--group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined \
--name ci_container_test \
rocm/dev-ubuntu-22.04:6.3
Expand Down

0 comments on commit 1c59b8d

Please sign in to comment.