File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 7
7
paths :
8
8
- .github/workflows/build-manywheel-images.yml
9
9
- manywheel/Dockerfile
10
+ - manywheel/Dockerfile_cxx11-abi
10
11
- manywheel/build_docker.sh
11
12
- ' common/*'
12
13
pull_request :
13
14
paths :
14
15
- .github/workflows/build-manywheel-images.yml
15
16
- manywheel/Dockerfile
17
+ - manywheel/Dockerfile_cxx11-abi
16
18
- ' common/*'
17
19
- manywheel/build_docker.sh
18
20
75
77
- name : Build Docker Image
76
78
run : |
77
79
manywheel/build_docker.sh
80
+ build-docker-cpu-cxx11-abi :
81
+ runs-on : ubuntu-18.04
82
+ env :
83
+ GPU_ARCH_TYPE : cpu-cxx11-abi
84
+ steps :
85
+ - name : Checkout PyTorch
86
+ uses : actions/checkout@v2
87
+ - name : Authenticate if WITH_PUSH
88
+ run : |
89
+ if [[ "${WITH_PUSH}" == true ]]; then
90
+ echo "${DOCKER_TOKEN}" | docker login -u "${DOCKER_ID}" --password-stdin
91
+ fi
92
+ - name : Build Docker Image
93
+ run : |
94
+ manywheel/build_docker.sh
You can’t perform that action at this time.
0 commit comments