mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Fix install
This commit is contained in:
parent
1801e52066
commit
d7b8b1d52a
1 changed files with 2 additions and 2 deletions
|
@ -169,10 +169,10 @@ setup_source() {
|
||||||
ynh_print_info "Installing JupyterLab..."
|
ynh_print_info "Installing JupyterLab..."
|
||||||
|
|
||||||
if [ "$src_id" = "arm" ]; then
|
if [ "$src_id" = "arm" ]; then
|
||||||
conda install jupyterlab=$jupyterlab_version notebook nodejs -y
|
conda install jupyterlab=$jupyterlab_version notebook nodejs pyyaml -y
|
||||||
pip install jupyterhub jupyterhub-ldapauthenticator
|
pip install jupyterhub jupyterhub-ldapauthenticator
|
||||||
else
|
else
|
||||||
conda install -c conda-forge jupyterlab=$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator nodejs -y
|
conda install -c conda-forge jupyterlab=$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator nodejs pyyaml -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
npm install -g configurable-http-proxy
|
npm install -g configurable-http-proxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue