Skip to content

Commit

Permalink
ci(cuda): install CUDA toolkit to build extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Apr 10, 2024
1 parent 8ecc1d3 commit c4788b1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/linux-cuda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
runs-on: [self-hosted, single-gpu , nvidia-gpu, a10, ci]
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
container:
image: pytorch/pytorch:2.2.1-cuda12.1-cudnn8-devel

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Check CUDA installation
run: |
nvcc -V
# Install dependencies
- name: Configure and install dependencies
Expand Down

0 comments on commit c4788b1

Please sign in to comment.