Skip to content

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)

Notifications You must be signed in to change notification settings

piensa/dl-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Creating containers based on this image:

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.

Developing

For developing, you probably want to load this image using docker-compose.yml and load the current directory in /usr/src/app.

Contents:

  • ROS
  • Tensorflow 0.11
  • Keras 1.1.0
  • cuDNN
  • Support for both GPU and CPU

Thanks

Dockerfile adapted from:

https://github.com/rwightman/udacity-driving-reader

Thanks @rwightman.

About

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published