Skip to content

Commit de5f1eb

Browse files
author
Mark Saroufim
committed
Fix container permissions: run as root for GitHub Actions compatibility
1 parent bb5f2ee commit de5f1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/amd_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ github.event.inputs.runner }}
2828
container:
2929
image: ghcr.io/gpu-mode/amd-runner:main
30-
options: --device=/dev/kfd --device=/dev/dri --group-add video --shm-size 64G
30+
options: --user root --device=/dev/kfd --device=/dev/dri --group-add video --shm-size 64G
3131
strategy:
3232
fail-fast: false
3333
timeout-minutes: 20

0 commit comments

Comments
 (0)