Unverified Commit 400b3093 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Docker image build in parallel (#17434)



* docker image build in parallel
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 5af38953
......@@ -41,7 +41,6 @@ jobs:
latest-torch-deepspeed-docker:
name: "Latest PyTorch + DeepSpeed"
needs: latest-docker
runs-on: ubuntu-latest
steps:
-
......@@ -93,7 +92,6 @@ jobs:
latest-pytorch:
name: "Latest PyTorch [dev]"
runs-on: ubuntu-latest
needs: latest-torch-deepspeed-docker
steps:
-
name: Set up Docker Buildx
......@@ -118,7 +116,6 @@ jobs:
tags: huggingface/transformers-pytorch-gpu
latest-tensorflow:
needs: latest-pytorch
name: "Latest TensorFlow [dev]"
runs-on: ubuntu-latest
steps:
......
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