Docker image build in parallel (#17434)
* docker image build in parallel Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/build-docker-images.yml
vendored
3
.github/workflows/build-docker-images.yml
vendored
@@ -41,7 +41,6 @@ jobs:
|
|||||||
|
|
||||||
latest-torch-deepspeed-docker:
|
latest-torch-deepspeed-docker:
|
||||||
name: "Latest PyTorch + DeepSpeed"
|
name: "Latest PyTorch + DeepSpeed"
|
||||||
needs: latest-docker
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
@@ -93,7 +92,6 @@ jobs:
|
|||||||
latest-pytorch:
|
latest-pytorch:
|
||||||
name: "Latest PyTorch [dev]"
|
name: "Latest PyTorch [dev]"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: latest-torch-deepspeed-docker
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@@ -118,7 +116,6 @@ jobs:
|
|||||||
tags: huggingface/transformers-pytorch-gpu
|
tags: huggingface/transformers-pytorch-gpu
|
||||||
|
|
||||||
latest-tensorflow:
|
latest-tensorflow:
|
||||||
needs: latest-pytorch
|
|
||||||
name: "Latest TensorFlow [dev]"
|
name: "Latest TensorFlow [dev]"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user