Repository for Deep Learning class in Udacity
-
Install Docker for Window on local PC
-
Start Docker for Window, Click Docker for Window icon on desktop
-
Open a Window terminal
-
Run Docker image in Window terminal:
docker run -p 8888:8888 --name tensorflow-udacity -it gcr.io/tensorflow/udacity-assignments:1.0.0_ if you ever exit the container, you can return to it using: docker start -ai tensorflow-udacity
-
Open a browser using URL: http://localhost:8888
-
Reference:
-
Add jupyter notebook file in the github.com repository
File => Download as => Notebook (.ipynb)
Copy dowmlorded file to the local repository folder
Use git add to upload the file