Skip to content

Contains docker containers for all the deep learning frameworks.

License

Notifications You must be signed in to change notification settings

lcskrishna/deep-learning-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

deep-learning-docker

Need to test any algorithm in any particular deep learning framework without installing and messing out your system wrt versions etc?? Use the following docker containers for quick prototyping and testing..

This repository contains links to docker containers for all the deep learning frameworks. Each framework is built on top of fresh ubuntu system. You just need to pull it and use it.

Pre-requisites

  1. Ubuntu 16.04
  2. Docker installation on ubuntu..

Caffe2

Here is the link for Caffe2 CPU version docker file.

To use it, follow the below instructions:

% sudo docker pull lcskrishna/caffe2-docker
% sudo docker run -it -v /home/:/root/hostmachine --network host lcskrishna/caffe2-docker
% cd 

This maps home directory of your ubuntu system with hostmachine folder.

Tensorflow

Here is the link for Tensorflow CPU Version docker file.

To use it, follow the below instructions:

% sudo docker pull lcskrishna/tensorflow-docker
% sudo docker run -it -v /home/:/root/hostmachine --network host lcskrishna/tensorflow-docker

This maps the home directory of your ubuntu system with the hostmachine folder in the docker directory.

Pytorch

Here is the link for Pytorch CPU Version docker file.

To use it, follow the below instructions:

% sudo docker pull lcskrishna/pytorch-docker
% sudo docker run -it -v /home/:/root/hostmachine --network host lcskrishna/pytorch-docker

This maps the home directory of your ubuntu system with the hostmachine folder in the docker directory.

About

Contains docker containers for all the deep learning frameworks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published