You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beim ersten Starten über docker-compose up -d erscheint folgender Fehler
Step 5/11 : RUN cd /home/$NB_USER/tmp/ && conda env create -p $CONDA_DIR/envs/$conda_env -f env.yml && conda clean --all -f -y
---> Running in 58f38ca2507e
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... /bin/bash: line 1: 7 Killed conda env create -p $CONDA_DIR/envs/$conda_env -f env.yml
ERROR: Service 'jupyter_container' failed to build : The command '/bin/bash -o pipefail -c cd /home/$NB_USER/tmp/ && conda env create -p $CONDA_DIR/envs/$conda_env -f env.yml && conda clean --all -f -y' returned a non-zero code: 137
exit 1
The text was updated successfully, but these errors were encountered:
Beim ersten Starten über
docker-compose up -d
erscheint folgender FehlerThe text was updated successfully, but these errors were encountered: