Udacity Deep Learning course + pandas
189
Image with installed tools to accomplish Deep Learning course assignments on Udacity. This image includes Pandas installation.
Create and start a container for the first time as follows:
docker run --name tensorflow-udacity-pandas -it -p 8888:8888 zavolokas/tensorflow-udacity:pandas
Next times just start the created container:
docker start -ai tensorflow-udacity-pandas
FROM gcr.io/tensorflow/udacity-assignments:1.0.0
RUN apt-get update -y && apt-get install -y python-pandas
EXPOSE 8888
Content type
Image
Digest
Size
404.4 MB
Last updated
about 9 years ago
docker pull zavolokas/tensorflow-udacity:pandas