Difference between revisions of "Docker"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
*caffe2
 
*caffe2
 
*torch
 
*torch
 
+
docker run -it ufoym/deepo:gpu bash
 
'''Installing Docker CE on Ubuntu 16.04:'''
 
'''Installing Docker CE on Ubuntu 16.04:'''
 
*sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
 
*sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
Line 24: Line 24:
  
 
'''Installing Deepo:'''
 
'''Installing Deepo:'''
*[[Pre-requisites|https://github.com/NVIDIA/nvidia-docker]]
+
*[http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-x86_64/340.107/NVIDIA-Linux-x86_64-340.107.run&lang=us&type=TITAN Pre-requisite 1: Nvidia driver ]
*[[Deepo (for GPU)|https://github.com/ufoym/deepo]]
+
*[https://github.com/NVIDIA/nvidia-docker Pre-requisite 2: nvidia-docker]
 +
*[https://github.com/ufoym/deepo Deepo (for GPU)]

Revision as of 11:16, 18 July 2018

ML Docker Image installed on the Interaction Station ML computers:
Deepo. It includes:

  • cudnn
  • theano
  • tensorflow
  • sonnet
  • pytorch
  • keras
  • lasagne
  • mxnet
  • cntk
  • chainer
  • caffe
  • caffe2
  • torch

docker run -it ufoym/deepo:gpu bash Installing Docker CE on Ubuntu 16.04:

Installing Deepo: