Skip to content

Commit 9ac2bac

Browse files
cp tutorials to /workspace/
1 parent 89b884d commit 9ac2bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/image_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ mkdir -p $IPYTHON_STARTUP
112112
mkdir -p /workspace
113113
echo 'get_ipython().magic(u"%reload_ext sqlflow.magic")' >> $IPYTHON_STARTUP/00-first.py
114114
echo 'get_ipython().magic(u"%autoreload 2")' >> $IPYTHON_STARTUP/00-first.py
115-
curl https://raw.githubusercontent.com/sql-machine-learning/sqlflow/develop/example/jupyter/example.ipynb --output /workspace/example.ipynb
115+
cp $GOPATH/src/github.com/sql-machine-learning/sqlflow/example/jupyter/* /workspace/
116116

117117
# 9. install xgboost-launcher
118118
pip install xgboost-launcher==0.0.3

0 commit comments

Comments
 (0)