Sign inSign up

orianna/anaconda

By orianna

•Updated almost 7 years ago

Docker image with Anaconda and Jupyter Notebook. Can use X server!

Image
1

10K+

orianna/anaconda repository overview

⁠New Update:

Install GUI packs to use Anaconda GUI. Now you can use X server to see plots from the docker! Add tqdm

====================================================

⁠anaconda-docker

Docker image with Anaconda and Jupyter Notebook

The Dockerfile is hosted on my github⁠
All my dockerfiles have been published on my github: orianna-zzo/dockerfile-repo⁠

⁠Get the image

You can get the image from the Docker Hub⁠ or you can build it with the Dockerfile

You can pull the image from the Docker Hub⁠

$ docker pull orianna/anaconda

⁠Supported tags

  • 3.6 (python 3.6, Anaconda3-5.2.0)
  • 3.7, latest (python3.7, Anaconda3-2019.10)

⁠How to Play it

Working directory is /work. You can mount working directory to your code directory on your host. You can go to your code directory and use the following command to start the container:

$ docker run -v $(pwd):/work  -p 8888:8888 --rm -it orianna/anaconda

After you start your container, you can use the following command to start the Jupyter Notebook:

$ jupyter notebook --ip=0.0.0.0 --allow-root --NotebookApp.token=''

Now you can open your browser with 0.0.0.0:8888 and enjoy notebook!

Tag summary

Content type

Image

Digest

Size

1.4 GB

Last updated

almost 7 years ago

docker pull orianna/anaconda