mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 10:41:07 +06:00
Fix docker image build (#29762)
update Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
c78f57729f
commit
17e4467f0e
10
.github/workflows/build-docker-images.yml
vendored
10
.github/workflows/build-docker-images.yml
vendored
@ -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:
|
|||||||
# 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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user