diff --git a/scripts/build-container.sh b/scripts/build-container.sh index 21b06c3..4aba1d4 100755 --- a/scripts/build-container.sh +++ b/scripts/build-container.sh @@ -36,7 +36,7 @@ if [ ! -f "$DOCKERFILE" ]; then die_with_message "Dockerfile ${DOCKERFILE} does not exist" fi -docker build -t "mlmodelscope-$TARGET:$VERSION" --file "$DOCKERFILE" "$TARGET_DIR" -docker tag "mlmodelscope-$TARGET:$VERSION" "mlmodelscope-$TARGET:latest" +docker build -t "mlmodelscope-api:$VERSION" --file "$DOCKERFILE" "$TARGET_DIR" +docker tag "mlmodelscope-api:$VERSION" "mlmodelscope-api:latest" -cleanup_and_exit \ No newline at end of file +cleanup_and_exit