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
OpenDAS
Uni-Core
Commits
d1dc264d
"git@developer.sourcefind.cn:OpenDAS/Uni-Core.git" did not exist on "d01a62ef6872945dce77588313edd5e72039acad"
Commit
d1dc264d
authored
Sep 27, 2022
by
Guolin Ke
Browse files
parallelize the docker build
parent
07f95057
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
14 deletions
+66
-14
.github/workflows/docker.yml
.github/workflows/docker.yml
+0
-7
.github/workflows/docker_latest.yml
.github/workflows/docker_latest.yml
+0
-7
.github/workflows/docker_rdma.yml
.github/workflows/docker_rdma.yml
+33
-0
.github/workflows/docker_rdma_latest.yml
.github/workflows/docker_rdma_latest.yml
+33
-0
No files found.
.github/workflows/docker.yml
View file @
d1dc264d
...
@@ -31,10 +31,3 @@ jobs:
...
@@ -31,10 +31,3 @@ jobs:
context
:
./docker/cu116/
context
:
./docker/cu116/
push
:
true
push
:
true
tags
:
dptechnology/unicore:${{ github.ref_name }}-pytorch1.12.1-cuda11.6
tags
:
dptechnology/unicore:${{ github.ref_name }}-pytorch1.12.1-cuda11.6
-
name
:
Build and push cu116 with rdma
uses
:
docker/build-push-action@v3
with
:
context
:
./docker/rdma/
push
:
true
tags
:
dptechnology/unicore:${{ github.ref_name }}-pytorch1.12.1-cuda11.6-rdma
.github/workflows/docker_latest.yml
View file @
d1dc264d
...
@@ -31,10 +31,3 @@ jobs:
...
@@ -31,10 +31,3 @@ jobs:
context
:
./docker/cu116/
context
:
./docker/cu116/
push
:
true
push
:
true
tags
:
dptechnology/unicore:latest-pytorch1.12.1-cuda11.6
tags
:
dptechnology/unicore:latest-pytorch1.12.1-cuda11.6
-
name
:
Build and push cu116 with rdma
uses
:
docker/build-push-action@v3
with
:
context
:
./docker/rdma/
push
:
true
tags
:
dptechnology/unicore:latest-pytorch1.12.1-cuda11.6-rdma
.github/workflows/docker_rdma.yml
0 → 100644
View file @
d1dc264d
name
:
Build and Publish Docker
on
:
create
:
tags
:
-
'
**'
jobs
:
docker
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
-
name
:
Login to DockerHub
uses
:
docker/login-action@v2
with
:
username
:
${{ secrets.DOCKERHUB_USERNAME }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Build and push cu116 with rdma
uses
:
docker/build-push-action@v3
with
:
context
:
./docker/rdma/
push
:
true
tags
:
dptechnology/unicore:${{ github.ref_name }}-pytorch1.12.1-cuda11.6-rdma
.github/workflows/docker_rdma_latest.yml
0 → 100644
View file @
d1dc264d
name
:
Build and Publish Docker
on
:
push
:
branches
:
-
main
jobs
:
docker
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v2
-
name
:
Login to DockerHub
uses
:
docker/login-action@v2
with
:
username
:
${{ secrets.DOCKERHUB_USERNAME }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Build and push cu116 with rdma
uses
:
docker/build-push-action@v3
with
:
context
:
./docker/rdma/
push
:
true
tags
:
dptechnology/unicore:latest-pytorch1.12.1-cuda11.6-rdma
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