Skip to content

Commit f2b2f56

Browse files
committed
CUDA_BASE_IMAGE
1 parent ca19f81 commit f2b2f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838
# setup BASEIMAGE and its specific properties
3939
if [ "${POLICY}" == "manylinux2014" ]; then
40-
BASEIMAGE="quay.io/pypa/manylinux2014_base:2024.11.03-3"
40+
BASEIMAGE="${CUDA_BASE_IMAGE:-quay.io/pypa/manylinux2014_base:2024.11.03-3}"
4141
DEVTOOLSET_ROOTPATH="/opt/rh/devtoolset-10/root"
4242
PREPEND_PATH="${DEVTOOLSET_ROOTPATH}/usr/bin:"
4343
if [ "${PLATFORM}" == "i686" ]; then

0 commit comments

Comments
 (0)