Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Jawa <[email protected]>
  • Loading branch information
VibhuJawa committed Jul 17, 2024
1 parent 22a956a commit 7fa16c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
runs-on: linux-amd64-gpu-p100-latest-1
container:
image: nvcr.io/nvidia/rapidsai/base:24.06-cuda12.2-py3.11
env:
NVIDIA_VISIBLE_DEVICES: all
options: --shm-size=1G --ulimit memlock=-1 --ulimit stack=67108864
options: >-
--shm-size=1G
--ulimit memlock=-1
--ulimit stack=67108864
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7fa16c2

Please sign in to comment.