Skip to content

Commit 1edd587

Browse files
committed
add docker container for jobs
1 parent 8e65d3a commit 1edd587

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
needs: check-changes
8080
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_docs == 'true'
8181
runs-on: linux-amd64-gpu-l4-latest-1
82+
container:
83+
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
84+
options: --gpus all
8285
steps:
8386
- name: Checkout Repository
8487
uses: actions/checkout@v4
@@ -98,6 +101,9 @@ jobs:
98101
needs: check-changes
99102
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_examples == 'true'
100103
runs-on: linux-amd64-gpu-l4-latest-1
104+
container:
105+
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
106+
options: --gpus all
101107
steps:
102108
- name: Checkout Repository
103109
uses: actions/checkout@v4

0 commit comments

Comments
 (0)