We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b884d commit 9ac2bacCopy full SHA for 9ac2bac
scripts/image_build.sh
@@ -112,7 +112,7 @@ mkdir -p $IPYTHON_STARTUP
112
mkdir -p /workspace
113
echo 'get_ipython().magic(u"%reload_ext sqlflow.magic")' >> $IPYTHON_STARTUP/00-first.py
114
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
+cp $GOPATH/src/github.com/sql-machine-learning/sqlflow/example/jupyter/* /workspace/
116
117
# 9. install xgboost-launcher
118
pip install xgboost-launcher==0.0.3
0 commit comments