Skip to content

Commit c76b827

Browse files
committed
Use docker image
Signed-off-by: SimJeg <[email protected]>
1 parent ec499b5 commit c76b827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ on:
99
jobs:
1010
test:
1111
runs-on: linux-amd64-gpu-l4-latest-1
12+
container:
13+
image: nvcr.io/nvidia/pytorch:25.10-py3
1214
steps:
1315
- uses: actions/checkout@v3
1416

1517
- name: Verify environment
1618
run: |
1719
nvidia-smi
20+
nvcc --version
1821
python3 --version
19-
echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
2022
- name: Install uv
2123
uses: astral-sh/setup-uv@v6
2224
with:

0 commit comments

Comments
 (0)