Commit 1d6fa5fb authored by chenpangpang's avatar chenpangpang
Browse files

feat: 解决bug

parent 0f9cb486
...@@ -21,11 +21,11 @@ if [ ! -d "./tmp" ];then ...@@ -21,11 +21,11 @@ if [ ! -d "./tmp" ];then
mkdir tmp mkdir tmp
fi fi
if [ "${framework}" == "jupyterlab" ];then if [ "${framework}" == "jupyterlab" ];then
cp ./jupyter-extension-install-v2/*.whl ./tmp/ cp ./jupyter-extension-install-v3/*.whl ./tmp/
cp ./jupyter-extension-install-v2/requirements.txt ./tmp/ cp ./jupyter-extension-install-v3/requirements.txt ./tmp/
cp ./extension.sh ./tmp/ cp ./extension.sh ./tmp/
cp ./jupyter_lab_config.py ./tmp/ cp ./jupyter_lab_config.py ./tmp/
cp -r ./jupyter-extension-install-v2/static ./tmp/ cp -r ./jupyter-extension-install-v3/static ./tmp/
fi fi
if [ "${framework}" == "codeserver" ];then if [ "${framework}" == "codeserver" ];then
cp ./code-server_4.7.0_amd64.deb ./tmp/ cp ./code-server_4.7.0_amd64.deb ./tmp/
......
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