Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
17e4467f
Unverified
Commit
17e4467f
authored
Mar 20, 2024
by
Yih-Dar
Committed by
GitHub
Mar 20, 2024
Browse files
Fix docker image build (#29762)
update Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
c78f5772
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/build-docker-images.yml
.github/workflows/build-docker-images.yml
+5
-5
No files found.
.github/workflows/build-docker-images.yml
View file @
17e4467f
...
...
@@ -59,7 +59,7 @@ jobs:
latest-torch-deepspeed-docker
:
name
:
"
Latest
PyTorch
+
DeepSpeed"
runs-on
:
ubuntu-22.04
runs-on
:
[
intel-cpu
,
8-cpu
,
ci
]
steps
:
-
name
:
Cleanup disk
run
:
|
...
...
@@ -96,7 +96,7 @@ jobs:
# 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
:
name
:
"
Latest
PyTorch
+
DeepSpeed
(Push
CI
-
Daily
Build)"
runs-on
:
ubuntu-22.04
runs-on
:
[
intel-cpu
,
8-cpu
,
ci
]
steps
:
-
name
:
Cleanup disk
run
:
|
...
...
@@ -138,7 +138,7 @@ jobs:
name
:
"
Doc
builder"
# Push CI doesn't need this image
if
:
inputs.image_postfix != '-push-ci'
runs-on
:
ubuntu-22.04
runs-on
:
[
intel-cpu
,
8-cpu
,
ci
]
steps
:
-
name
:
Set up Docker Buildx
...
...
@@ -164,7 +164,7 @@ jobs:
name
:
"
Latest
PyTorch
[dev]"
# Push CI doesn't need this image
if
:
inputs.image_postfix != '-push-ci'
runs-on
:
ubuntu-22.04
runs-on
:
[
intel-cpu
,
8-cpu
,
ci
]
steps
:
-
name
:
Cleanup disk
run
:
|
...
...
@@ -238,7 +238,7 @@ jobs:
name
:
"
Latest
TensorFlow
[dev]"
# Push CI doesn't need this image
if
:
inputs.image_postfix != '-push-ci'
runs-on
:
ubuntu-22.04
runs-on
:
[
intel-cpu
,
8-cpu
,
ci
]
steps
:
-
name
:
Set up Docker Buildx
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment