"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "2e12b907ae73edd2f3590cefdfa5d11f74aabfac"
Unverified Commit 17e4467f authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix docker image build (#29762)



update
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent c78f5772
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
latest-torch-deepspeed-docker: latest-torch-deepspeed-docker:
name: "Latest PyTorch + DeepSpeed" name: "Latest PyTorch + DeepSpeed"
runs-on: ubuntu-22.04 runs-on: [intel-cpu, 8-cpu, ci]
steps: steps:
- name: Cleanup disk - name: Cleanup disk
run: | run: |
...@@ -96,7 +96,7 @@ jobs: ...@@ -96,7 +96,7 @@ jobs:
# Can't build 2 images in a single job `latest-torch-deepspeed-docker` (for `nvcr.io/nvidia`) # Can't build 2 images in a single job `latest-torch-deepspeed-docker` (for `nvcr.io/nvidia`)
latest-torch-deepspeed-docker-for-push-ci-daily-build: latest-torch-deepspeed-docker-for-push-ci-daily-build:
name: "Latest PyTorch + DeepSpeed (Push CI - Daily Build)" name: "Latest PyTorch + DeepSpeed (Push CI - Daily Build)"
runs-on: ubuntu-22.04 runs-on: [intel-cpu, 8-cpu, ci]
steps: steps:
- name: Cleanup disk - name: Cleanup disk
run: | run: |
...@@ -138,7 +138,7 @@ jobs: ...@@ -138,7 +138,7 @@ jobs:
name: "Doc builder" name: "Doc builder"
# Push CI doesn't need this image # Push CI doesn't need this image
if: inputs.image_postfix != '-push-ci' if: inputs.image_postfix != '-push-ci'
runs-on: ubuntu-22.04 runs-on: [intel-cpu, 8-cpu, ci]
steps: steps:
- -
name: Set up Docker Buildx name: Set up Docker Buildx
...@@ -164,7 +164,7 @@ jobs: ...@@ -164,7 +164,7 @@ jobs:
name: "Latest PyTorch [dev]" name: "Latest PyTorch [dev]"
# Push CI doesn't need this image # Push CI doesn't need this image
if: inputs.image_postfix != '-push-ci' if: inputs.image_postfix != '-push-ci'
runs-on: ubuntu-22.04 runs-on: [intel-cpu, 8-cpu, ci]
steps: steps:
- name: Cleanup disk - name: Cleanup disk
run: | run: |
...@@ -238,7 +238,7 @@ jobs: ...@@ -238,7 +238,7 @@ jobs:
name: "Latest TensorFlow [dev]" name: "Latest TensorFlow [dev]"
# Push CI doesn't need this image # Push CI doesn't need this image
if: inputs.image_postfix != '-push-ci' if: inputs.image_postfix != '-push-ci'
runs-on: ubuntu-22.04 runs-on: [intel-cpu, 8-cpu, ci]
steps: steps:
- -
name: Set up Docker Buildx name: Set up Docker Buildx
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment