Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikgartner/docker-deeplearning
Docker images for deep learning
https://github.com/erikgartner/docker-deeplearning
deep-learning docker-image
Last synced: about 1 month ago
JSON representation
Docker images for deep learning
- Host: GitHub
- URL: https://github.com/erikgartner/docker-deeplearning
- Owner: ErikGartner
- Created: 2017-11-19T09:42:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T12:25:11.000Z (over 6 years ago)
- Last Synced: 2024-10-05T10:59:50.117Z (3 months ago)
- Topics: deep-learning, docker-image
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Docker Images
*This repository contains a collection of Docker Images for Deep Learning.*## Current images
- [docker-tensorflow](docker-tensorflow/) - A base image for Tensorflow with CUDA.
- [docker-matlab](docker-matlab/) - An image containing containing Matlab with CUDA.
- [docker-matcaffe](docker-matcaffe/) - An image using the docker-matlab image and adds Caffe for Matlab.## Requirements
Images based of the Nvidia CUDA image requires the Nvidia Docker runtime.
Installation instructions can be found [here](https://github.com/NVIDIA/nvidia-docker).