data-science-ipython-notebooks/deep-learning/tensor-flow-exercises
2015-12-27 07:22:02 -05:00
..
1_notmnist.ipynb Add TensorFlow notmnist notebook. 2015-12-27 07:22:02 -05:00
Dockerfile Add tensor-flow-exercises README and docker install. 2015-12-27 07:20:46 -05:00
README.md Add tensor-flow-exercises README and docker install. 2015-12-27 07:20:46 -05:00

Exercises

Building the Docker container

docker build -t $USER/exercises .

Running the container

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