Commit ebc63c56 authored by chenpangpang's avatar chenpangpang
Browse files

feat: update jupyter-pulgin

parent 91a85f26
......@@ -131,7 +131,7 @@ RUN echo 'export HF_ENDPOINT=https://hf-mirror.com' >> /etc/bash.bashrc && \
RUN pip3 install jupyterlab==4.0.0
RUN mkdir -p /tmp/jupyter-extension
COPY ./jupyter_ext_model-1.0.10-py3-none-any.whl /tmp/jupyter-extension/
COPY ./jupyter_ext_platform-1.0.13-py3-none-any.whl /tmp/jupyter-extension/
COPY ./jupyter_ext_platform-1.0.14-py3-none-any.whl /tmp/jupyter-extension/
COPY ./jupyterlab_language_pack_zh_cn-4.0.post6-py2.py3-none-any.whl /tmp/jupyter-extension/
COPY ./git_lfs-1.6-py2.py3-none-any.whl /tmp/jupyter-extension/
COPY ./requirements.txt /tmp/jupyter-extension/
......
......@@ -21,11 +21,11 @@ if [ ! -d "./tmp" ];then
mkdir tmp
fi
if [ "${framework}" == "jupyterlab" ];then
cp ./jupyter-extension-install-v4/*.whl ./tmp/
cp ./jupyter-extension-install-v4/requirements.txt ./tmp/
cp ./jupyter-extension-install-v5/*.whl ./tmp/
cp ./jupyter-extension-install-v5/requirements.txt ./tmp/
cp ./extension.sh ./tmp/
cp ./jupyter_lab_config.py ./tmp/
cp -r ./jupyter-extension-install-v4/static ./tmp/
cp -r ./jupyter-extension-install-v5/static ./tmp/
fi
if [ "${framework}" == "codeserver" ];then
cp ./code-server_4.7.0_amd64.deb ./tmp/
......
jupyterlab-language-pack-zh-CN
jupyter_ext_platform==1.0.13
jupyter_ext_platform==1.0.14
jupyter_ext_model==1.0.10
git_lfs==1.6
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment