Skip to content

Commit

Permalink
fVDB docker gpus flag
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Swartz <[email protected]>
  • Loading branch information
swahtz committed Sep 18, 2024
1 parent a88772f commit db1b793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fvdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
image: aswf/ci-openvdb:2024-clang17.0
env:
PYTHONPATH:
options: --rm
options: --rm --gpus all
defaults:
run:
shell: bash -el {0}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
image: aswf/ci-openvdb:2024-clang17.0
env:
PYTHONPATH:
options: --rm
options: --rm --gpus all
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit db1b793

Please sign in to comment.