Docker image for anaconda
There were some periodic problems with official (continuuumIO) docker images, that is why current repository was created.
If you want to play with anaconda distribution you can use run.sh script,
it allows to start jupiter notebook (or jupiter lab), current directory will be mounted automatically.
If you need some additional packages, you can create child image (example).
Build:
run.sh build
Run jupiter notebook
run.sh notebook
Run jupiter lab
run.sh lab
# or just
run.sh
Docker file provides
Links: