We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca19f81 commit f2b2f56Copy full SHA for f2b2f56
build.sh
@@ -37,7 +37,7 @@ fi
37
38
# setup BASEIMAGE and its specific properties
39
if [ "${POLICY}" == "manylinux2014" ]; then
40
- BASEIMAGE="quay.io/pypa/manylinux2014_base:2024.11.03-3"
+ BASEIMAGE="${CUDA_BASE_IMAGE:-quay.io/pypa/manylinux2014_base:2024.11.03-3}"
41
DEVTOOLSET_ROOTPATH="/opt/rh/devtoolset-10/root"
42
PREPEND_PATH="${DEVTOOLSET_ROOTPATH}/usr/bin:"
43
if [ "${PLATFORM}" == "i686" ]; then
0 commit comments