File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ get_host() {
33
33
34
34
get_host host_result
35
35
36
- open () {
36
+ myopen () {
37
37
if [ $host_result = " GNU/Linux" ]; then
38
38
xdg-open $1
39
39
else
@@ -46,19 +46,19 @@ case "$1" in
46
46
echo " Please input your GraphLab Create product key:"
47
47
read GRAPHLAB_PRODUCT_KEY
48
48
docker run -e " GRAPHLAB_PRODUCT_KEY=$GRAPHLAB_PRODUCT_KEY " -d -p 8997:8997 startupml/graphlab
49
- sleep 2 && open http://localhost:8997
49
+ sleep 2 && myopen http://localhost:8997
50
50
;;
51
51
h2o)
52
52
docker run -d -p 8996:8996 startupml/h2o
53
- sleep 3 && open http://localhost:8996
53
+ sleep 3 && myopen http://localhost:8996
54
54
;;
55
55
julia)
56
56
docker run -d -p 8998:8998 startupml/julia
57
- sleep 2 && open http://localhost:8998
57
+ sleep 2 && myopen http://localhost:8998
58
58
;;
59
59
theano)
60
60
docker run -d -p 8999:8999 startupml/theano
61
- sleep 2 && open http://localhost:8999
61
+ sleep 2 && myopen http://localhost:8999
62
62
;;
63
63
vw)
64
64
docker run -it --rm startupml/vowpal_wabbit vw
You can’t perform that action at this time.
0 commit comments