Skip to content

Commit

Permalink
Update docker run options
Browse files Browse the repository at this point in the history
  • Loading branch information
NISHIY-EKSDEE committed Nov 27, 2024
1 parent 6692d8f commit 750f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_ci_rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.host-machine.instance }}
container:
image: rocm/dev-ubuntu-22.04:${{ matrix.rocm-version }}-complete
options: --user root
options: --user root --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size 16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
defaults:
run:
shell: bash
Expand Down

0 comments on commit 750f1df

Please sign in to comment.