Ubuntu 16.04 for Python3 Data Scientist
100K+
This repository contains Dockerfile of Python3 for Docker's automated build published to the public Docker Hub Registry.
docker pull alessandroadamo/ubuntu-ds-python3
alternatively, you can build an image from Dockerfile:
docker build -t="alessandroadamo/ubuntu-ds-python3" github.com/alessandroadamo/ubuntu-ds-python3
sudo docker run -it alessandroadamo/ubuntu-ds-python3 /bin/bash
docker run -d -p 8888:8888 -v [your path]:/home/ds/notebooks alessandroadamo/ubuntu-ds-python3
Content type
Image
Digest
Size
1.6 GB
Last updated
about 9 years ago
docker pull alessandroadamo/ubuntu-ds-python3