8000 GitHub - yas/deep-learning: DockerFile for deep learning environments, tensorflow, caffe and chainer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yas/deep-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Deep learning environments for Docker

Getting started

Pull docker image from Docker Hub.
$ docker pull yitabashi/deep-learning

Run image with nvidia-docker.
$ GPU=0 nvidia-docker run -itd -v $(pwd)/data:/root/data -p 6006:6006 --name deep yitabashi/deep-learning

Special thanks

This project is based on https://github.com/ww24/docker-deep-learning.
Thanks, ww24!

About

DockerFile for deep learning environments, tensorflow, caffe and chainer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0