Skip to content

Commit

Permalink
ci: Fix GPU usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojob committed Nov 13, 2024
1 parent cb1fe4d commit 5a00993
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: self-hosted
container:
image: omavteam/v4l2_camera:latest
options: |
--gpus all
strategy:
matrix:
Expand All @@ -31,4 +33,6 @@ jobs:
- name: Run ${{ matrix.ci_script }}
run: |
export ONNX_VERBOSE=1
export TRT_LOGGER=VERBOSE
bash -x ./ci/${{ matrix.ci_script }}.sh

0 comments on commit 5a00993

Please sign in to comment.