Sign inSign up

yiminglin/dl-image

By yiminglin

•Updated about 9 years ago

An all-in-one Ubuntu 16.04 image for deploying DeepLearning anywhere

Image
13

1.6K

yiminglin/dl-image repository overview

⁠Supported software:

  1. Python 2.7.12
  2. CUDA 8.0 + CUDNN 5.1
  3. OpenCV 3.1 (built from source with GPU and ffmpeg supports)
  4. Caffe 1.0
  5. Tensorflow 1.1 (Keras included)
  6. Caffe2
  7. TensorLayer⁠
  8. PyTorch
  9. Torch
  10. MXNET
  11. Scikit learn
  12. Dlib 19.4

⁠To run this image with GPU support

on your machine:

⁠Usage examples

  • run the image:
    nvidia-docker run -it yiminglin/dl-image:latest

  • mount the home directory of the host machine:
    nvidia-docker run -v /home/yiming/:$(pwd) -it yiminglin/dl-image:latest

  • work with Jupyter notebook: nvidia-docker run -v /home/yiming/:$(pwd) -it -p 8888:8888 yiminglin/dl-image:latest sh -c "jupyter notebook --allow-root --no-browser --ip 0.0.0.0 /home/yiming"

⁠Tutorials in Chinese

Tag summary

Content type

Image

Digest

Size

6.7 GB

Last updated

about 9 years ago

docker pull yiminglin/dl-image