There was an error while loading. Please reload this page.
1 parent 3a827fe commit 13cde45Copy full SHA for 13cde45
1 file changed
.github/workflows/build_image_cuda.yml
@@ -165,7 +165,7 @@ jobs:
165
build:
166
name: Build ${{ matrix.task }}
167
needs: prepare
168
- runs-on: [flagscale-nvidia-a100-gpu2-32c-128g]
+ runs-on: flagscale-nvidia-a100-gpu2-32c-128g
169
env:
170
HTTP_PROXY: ${{ vars.HTTP_PROXY }}
171
HTTPS_PROXY: ${{ vars.HTTPS_PROXY }}
@@ -330,7 +330,7 @@ jobs:
330
load_images:
331
name: Load and push images
332
needs: ['build', 'summary']
333
334
steps:
335
- name: Load train image from tar and push
336
run: |
0 commit comments