Skip to content

BCkazami/docker-ml

 
 

Repository files navigation

Docker for ML/DL

Template for machine learning and deep learning projects.

Requirements

Installation

Run:

Post-installation

Check docker volume ls and run nvidia-docker run nvidia/cuda nvidia-smi if driver volume is empty


Base images

8.0-cudnn5-devel-ubuntu16.04

Tensorflow-gpu

  • rlxs/tensorflow:0.12.1-gpu-py2
  • rlxs/tensorflow:0.12.1-gpu-py3
  • rlxs/tensorflow:1.1.0-gpu-py2
  • rlxs/tensorflow:1.1.0-gpu-py3

OpenCV 3.2.0 with CUDA support + Tensorflow-gpu 1.1.0 + Python2.7/3.5

  • rlxs/opencv-cuda-tf

Create images and test gpu support

Test GPU support in Tensorflow tensorflow_gpu_test.sh

Docker OpenCV GUI test and webcam access opencv_test.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.6%
  • Python 25.4%