Fix bug docker build (#412)

This commit is contained in:
FangYin Cheng 2023-08-04 17:20:51 +08:00 committed by GitHub
commit 41d8ef9023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ while [[ $# -gt 0 ]]; do
shift # past value
;;
-i|--pip-index-url)
PIP_INDEX="$2"
PIP_INDEX_URL="$2"
shift
shift
;;