1
0
Fork 0
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:
Pierre Bourré 2019-04-23 23:14:44 +02:00
parent 1801e52066
commit d7b8b1d52a
No known key found for this signature in database
GPG key ID: F6FFF40F2B3C57A0

View file

@ -169,10 +169,10 @@ setup_source() {
ynh_print_info "Installing JupyterLab..."
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
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
npm install -g configurable-http-proxy