Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting a container pauses #6

Open
Scentyoo opened this issue Oct 24, 2020 · 2 comments
Open

Starting a container pauses #6

Scentyoo opened this issue Oct 24, 2020 · 2 comments

Comments

@Scentyoo
Copy link

When I start the container the following lines are printed:

Container USER_ID : 9001
Container GROUP_ID : 100
Container USER_NAME : wradlib

After that it seemingly stops. When I open the taskmanager I can see, that the task "vmmem" is constantly working (4%CPU) and using more and more memory. Just until I press CTRL+C. Then it continues with starting the notebook

^C[I 05:52:35.198 NotebookApp] Writing notebook server cookie secret to /home/wradlib/.local/share/jupyter/runtime/notebook_cookie_secret
[W 05:52:35.641 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[I 05:52:35.668 NotebookApp] Loading IPython parallel extension
...

I have Windows 10 with WSL2 activated/deactivated (tried both). Docker Engine v19.03.13 (latest). Kubernetes deactivated.

@Scentyoo
Copy link
Author

I forgot to post my command. It is:
docker run -ti --rm --name wradlib_nb -p 8888:8888 -v C:\path\to\docker\wradlib\wradlib-notebooks:/home/notebooks -v C:\path\to\docker\wradlib\wradlib-data:/home/wradlib-data -e LOCAL_USER_ID=$UID -e WRADLIB_DATA=/home/wradlib-data wradlib/wradlib-docker:master-full /opt/conda/envs/wradlib/bin/jupyter notebook --notebook-dir=/home/notebooks --ip='*' --port=8888

@kmuehlbauer
Copy link
Member

@Scentyoo Thanks for reporting this! Currently I've no idea what causes this behaviour. Unfortunately I can't try to reproduce this, I've no windows machine to try out. If you find anything to fix this, please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants