zeke-chin 2 years ago
parent
commit
6783f3c49f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -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