We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5737c8e commit 1948370Copy full SHA for 1948370
ver/.gitlab-ci.yml
@@ -12,7 +12,7 @@
12
.before-script-all: &before-script-all
13
- |
14
if [[ ! -z "$CUDA_IMAGE_SUBTAG" ]]; then
15
- export CUDA_IMAGE_FLAVOR=`echo $CUDA_IMAGE_SUBTAG | grep -o "runtime\|devel"`
+ export CUDA_IMAGE_FLAVOR=`echo $CUDA_IMAGE_SUBTAG | grep -o "base\|runtime\|devel"`
16
if [[ "$CUDA_IMAGE_FLAVOR" == "devel" ]]; then
17
export CUPTI_AVAILABLE=1
18
fi
0 commit comments