Sign inSign up

zavolokas/tensorflow-udacity

By zavolokas

Updated about 9 years ago

Udacity Deep Learning course + pandas

Image
0

189

zavolokas/tensorflow-udacity repository overview

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

Dockerfile

FROM gcr.io/tensorflow/udacity-assignments:1.0.0
RUN apt-get update -y && apt-get install -y python-pandas
EXPOSE 8888

Tag summary

Content type

Image

Digest

Size

404.4 MB

Last updated

about 9 years ago

docker pull zavolokas/tensorflow-udacity:pandas