We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec499b5 commit c76b827Copy full SHA for c76b827
.github/workflows/test.yml
@@ -9,14 +9,16 @@ on:
9
jobs:
10
test:
11
runs-on: linux-amd64-gpu-l4-latest-1
12
+ container:
13
+ image: nvcr.io/nvidia/pytorch:25.10-py3
14
steps:
15
- uses: actions/checkout@v3
16
17
- name: Verify environment
18
run: |
19
nvidia-smi
20
+ nvcc --version
21
python3 --version
- echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
22
- name: Install uv
23
uses: astral-sh/setup-uv@v6
24
with:
0 commit comments