Skip to content

Commit

Permalink
replace the custom cuda github action by a docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 11, 2024
1 parent f554ae7 commit 9fbf784
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
python-version: ["3.12"]
env:
OS: ${{ matrix.os }}
container:
image: nvidia/cuda:12.4-base

steps:
- uses: actions/checkout@v3
Expand All @@ -20,10 +22,10 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install CUDA Toolkit
uses: Jimver/[email protected]
with:
cuda: "12.4.0"
# - name: Install CUDA Toolkit
# uses: Jimver/[email protected]
# with:
# cuda: "12.4.0"

- name: Cleanup after cuda
run: |
Expand Down

0 comments on commit 9fbf784

Please sign in to comment.