Skip to content

Commit 6dd9c24

Browse files
authored
Change runner from nvidia-docker to custom-b200
1 parent 41a6349 commit 6dd9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nvidia_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run-name: 'NVIDIA Job - ${{ github.event.inputs.run_id }}'
1919

2020
jobs:
2121
run:
22-
runs-on: [nvidia-docker-b200-8-x86-64]
22+
runs-on: [custom-b200]
2323
timeout-minutes: 10
2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)