Skip to content

Commit

Permalink
Update gpu-ci.yml add nvidia env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Sep 20, 2023
1 parent aba6aa2 commit 103b058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: linux-amd64-gpu-p100-latest-1
container:
image: nvcr.io/nvidia/merlin/merlin-tensorflow:nightly
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 103b058

Please sign in to comment.