Skip to content

Commit 1c4e84e

Browse files
author
agibsonccc
committed
Merge branch 'master' of github.com:StartupML/jetpack
2 parents b1cf6c7 + 1f0b6f5 commit 1c4e84e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ fi
2121

2222
case "$1" in
2323
graphlab)
24-
docker run -d -p 8997:8997 startupml/graphlab
24+
echo "Please input your GraphLab Create product key:"
25+
read GRAPHLAB_PRODUCT_KEY
26+
docker run -e "GRAPHLAB_PRODUCT_KEY=$GRAPHLAB_PRODUCT_KEY" -d -p 8997:8997 startupml/graphlab
2527
sleep 2 && open http://localhost:8997
2628
;;
2729
h2o)

0 commit comments

Comments
 (0)