Skip to content

Commit

Permalink
Run VOD job in privileged container (CAP_SYS_ADMIN is not enough to r…
Browse files Browse the repository at this point in the history
…un sandbox2)
  • Loading branch information
gbryant-arm committed Jul 6, 2023
1 parent c9a7b11 commit 2cc9995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
image: ghcr.io/veracruz-project/veracruz/ci@sha256:38add618b42f59a89fdd4c46831dcf9c9e73b159bc74c87251c8263a2ec6238a
volumes:
- ${{ github.workspace }}:/work/video-object-detection
options: --cap-add SYS_ADMIN
options: --privileged
steps:
- name: Check out the VOD repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2cc9995

Please sign in to comment.