Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 596 Bytes

NVIDIA-Caffe.md

File metadata and controls

15 lines (12 loc) · 596 Bytes

Description

Docker image based on NVIDIA/caffe, NVIDIA's fork of BVLC/caffe.

Requirements

See the requirements for CUDA since the Caffe image is based on a cuDNN runtime image.

Examples

This image can be used as a base image for other images like [[DIGITS]], or it can be used directly to train networks:

# Run a Caffe training job
docker run --rm --runtime=nvidia nvidia/caffe caffe train --solver <args>

Tags available

Check the DockerHub