This docker file will load your working folder on /usr/src/app on build. You only need the FROM piensa/deeplearning line on your docker files.
For developing, you probably want to load this image using docker-compose.yml and load the current directory in /usr/src/app.
- ROS
- Tensorflow 0.11
- Keras 1.1.0
- cuDNN
- Support for both GPU and CPU
Dockerfile adapted from:
https://github.com/rwightman/udacity-driving-reader
Thanks @rwightman.