File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 42
42
policy : " manylinux2014"
43
43
platform : " x86_64"
44
44
CUDA_BASE_IMAGE : " nvidia/cuda:10.2-cudnn7-devel-centos7"
45
+ - tag-suffix : " cuda10.1"
46
+ policy : " manylinux2014"
47
+ platform : " x86_64"
48
+ CUDA_BASE_IMAGE : " nvidia/cuda:10.1-cudnn7-devel-centos7"
49
+ - tag-suffix : " cpu"
50
+ policy : " manylinux2014"
51
+ platform : " x86_64"
52
+ CUDA_BASE_IMAGE : " "
45
53
46
54
env :
47
55
POLICY : ${{ matrix.policy }}
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ elif [ "${POLICY}" == "manylinux2014" ]; then
48
48
if [ " ${PLATFORM} " == " s390x" ]; then
49
49
BASEIMAGE=" s390x/clefos:7"
50
50
else
51
- BASEIMAGE=" ${CUDA_BASE_IMAGE} "
51
+ DEFAULT_BASEIMAGE=" ${MULTIARCH_PREFIX} centos:7"
52
+ BASEIMAGE=" ${CUDA_BASE_IMAGE:- ${DEFAULT_BASEIMAGE} } "
52
53
fi
53
54
DEVTOOLSET_ROOTPATH=" /opt/rh/devtoolset-10/root"
54
55
PREPEND_PATH=" ${DEVTOOLSET_ROOTPATH} /usr/bin:"
You can’t perform that action at this time.
0 commit comments