Skip to content

Commit a1178df

Browse files
committed
use docker mirror
1 parent f4aa0e6 commit a1178df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
continue-on-error: true
1919
runs-on: linux-amd64-gpu-l4-latest-1
2020
container:
21-
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
21+
image: https://dc.local.gha-runners.nvidia.com/nvidia/cuda:12.6.2-devel-ubuntu22.04
2222
options: --gpus all
2323
steps:
2424
- name: Checkout Repository

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- linux-amd64-gpu-l4-latest-1
6161
runs-on: ${{ matrix.runner }}
6262
container:
63-
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
63+
image: https://dc.local.gha-runners.nvidia.com/nvidia/cuda:12.6.2-devel-ubuntu22.04
6464
options: --gpus all
6565
steps:
6666
- name: Checkout Repository
@@ -80,7 +80,7 @@ jobs:
8080
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_docs == 'true'
8181
runs-on: linux-amd64-gpu-l4-latest-1
8282
container:
83-
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
83+
image: https://dc.local.gha-runners.nvidia.com/nvidia/cuda:12.6.2-devel-ubuntu22.04
8484
options: --gpus all
8585
steps:
8686
- name: Checkout Repository
@@ -102,7 +102,7 @@ jobs:
102102
if: github.repository == 'NVIDIA/tilus' && needs.check-changes.outputs.should_run_examples == 'true'
103103
runs-on: linux-amd64-gpu-l4-latest-1
104104
container:
105-
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
105+
image: https://dc.local.gha-runners.nvidia.com/nvidia/cuda:12.6.2-devel-ubuntu22.04
106106
options: --gpus all
107107
steps:
108108
- name: Checkout Repository

0 commit comments

Comments
 (0)