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 356b708 commit 51b0077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
gpu-ci:
runs-on: linux-amd64-gpu-p100-latest-1
container:
image: nvcr.io/nvidian/crossfit-ci:23.10
image: rapidsai/base:24.06-cuda12.2-py3.11
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
options: --shm-size=1G
options: --shm-size=1G -ulimit memlock=-1 --ulimit stack=67108864

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 51b0077

Please sign in to comment.