Docker image with Anaconda and Jupyter Notebook. Can use X server!
10K+
Install GUI packs to use Anaconda GUI. Now you can use X server to see plots from the docker! Add tqdm
====================================================
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
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
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!
Content type
Image
Digest
Size
1.4 GB
Last updated
almost 7 years ago
docker pull orianna/anaconda