/docker-anaconda

Docker anaconda

Primary LanguageJupyter NotebookMIT LicenseMIT

Docker Anaconda

GitHub Build Docker Hub Docker Hub Docker Hub

Building image

Example building
$ docker build -t kalemena/anaconda:3-2018.12 .

Running image

Example running as command
$ docker run -p 8888:8888 -v "$PWD/notebooks:/opt/notebooks" -d kalemena/anaconda:3-2021.04
Example docker-compose
$ docker-compose up -d
Example Makefile
$ make start
$ make stop
$ make clean

Open Jupyter

Open http://localhost:8888/ (password is 'root')

Resources

  • Docker re-factored image originaly from evheniy/docker-data-science