|
@@ -10,7 +10,7 @@ RUN echo "deb http://mirror.nju.edu.cn/debian/ bullseye main contrib non-free" >
|
|
|
&& pip config set global.index-url https://mirror.nju.edu.cn/pypi/web/simple \
|
|
|
&& pip install -U pip setuptools && pip install -r /src/docker_build/requirements.txt \
|
|
|
&& yarn config set registry https://registry.npmmirror.com \
|
|
|
- && rm -rf sparkmagic && git clone http://gogsb.soaringnova.com/ylproj/sparkmagic.git \
|
|
|
+ && rm -rf sparkmagic && git clone -b yili http://gogsb.soaringnova.com/ylproj/sparkmagic.git \
|
|
|
&& ./bdist_wheel.sh && cd sparkmagic && ./bdist_wheel.sh
|
|
|
|
|
|
FROM jupyterhub/jupyterhub:2.3
|