Skip to content

Commit

Permalink
[CI] add --security-opt seccomp=unconfined
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Jan 8, 2025
1 parent fb465df commit b578bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: [self-hosted, rocm]
container:
image: 10.0.14.248:5000/modelcloud/gptqmodel:github-ci-v6-rocm
options: --device /dev/dri --device /dev/kfd --ipc=host
options: --device /dev/dri --device /dev/kfd --ipc=host --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b578bba

Please sign in to comment.