Skip to content

Commit 1948370

Browse files
committed
Fix .gitlab-ci.yml
1 parent 5737c8e commit 1948370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ver/.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.before-script-all: &before-script-all
1313
- |
1414
if [[ ! -z "$CUDA_IMAGE_SUBTAG" ]]; then
15-
export CUDA_IMAGE_FLAVOR=`echo $CUDA_IMAGE_SUBTAG | grep -o "runtime\|devel"`
15+
export CUDA_IMAGE_FLAVOR=`echo $CUDA_IMAGE_SUBTAG | grep -o "base\|runtime\|devel"`
1616
if [[ "$CUDA_IMAGE_FLAVOR" == "devel" ]]; then
1717
export CUPTI_AVAILABLE=1
1818
fi

0 commit comments

Comments
 (0)