Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit fdc789d

Browse files
committed
differentiate tag prefix for v1.x
1 parent 5a9b7d0 commit fdc789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd/utils/docker_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
mxnet_variant=${1:?"Please specify the mxnet variant as the first parameter"}
2323
is_release=${RELEASE_BUILD:-false}
24-
version=${VERSION:-nightly}
24+
version=${VERSION:-nightly_v1.x}
2525

2626
# The docker tags will be in the form <version>_<hardware>(_mkl)
2727
# Eg. nightly_cpu, 1.4.0_cpu_mkl, nightly_gpu_cu80_mkl, etc.

0 commit comments

Comments
 (0)