liuxunorg commented on a change in pull request #158: SUBMARINE-349. Support
using existing artifacts to build mini-submarine image
URL: https://github.com/apache/submarine/pull/158#discussion_r369064066
##########
File path:
dev-support/mini-submarine/submarine/run_customized_submarine-all_mnist.sh
##########
@@ -49,7 +49,11 @@ else
WORKER_CMD="myvenv.zip/venv/bin/python mnist_distributed.py --steps 2
--data_dir /tmp/data --working_dir /tmp/mode"
fi
-SUBMARINE_VERSION=0.3.0-SNAPSHOT
+SUBMARINE_VERSION=$SUBMARINE_VER
Review comment:
SUBMARINE_VERSION =${SUBMARINE_VER:-"0.3.0-SNAPSHOT"}
This way, So you can set default values.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]