Skip to content

Assignments in the Googles deep learning course at udacity.

Notifications You must be signed in to change notification settings

hanng00/udacity-deep-learning

 
 

Repository files navigation

Assignments for Udacity Deep Learning class with TensorFlow

Running the Docker container from the Google Cloud repository

docker run -p 8888:8888 -it --rm b.gcr.io/tensorflow-udacity/assignments

Accessing the Notebooks

On linux, go to: http://127.0.0.1:8888

On mac, find the virtual machine's IP using:

docker-machine ip default

Then go to: http://IP:8888 (likely http://192.168.99.100:8888)

Building a local Docker container

cd tensorflow/examples/udacity
docker build -t $USER/assignments .

Running the local container

docker run -p 8888:8888 -it --rm $USER/assignments

Pushing a Google Cloud release

V=0.1.0
docker tag $USER/assignments b.gcr.io/tensorflow-udacity/assignments:$V
docker tag $USER/assignments b.gcr.io/tensorflow-udacity/assignments:latest
gcloud docker push b.gcr.io/tensorflow-udacity/assignments

About

Assignments in the Googles deep learning course at udacity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%