Difference between revisions of "Docker"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
*[https://github.com/NVIDIA/nvidia-docker Prerequisite 2: nvidia-docker]
 
*[https://github.com/NVIDIA/nvidia-docker Prerequisite 2: nvidia-docker]
 
*[https://github.com/ufoym/deepo Deepo (for GPU)]
 
*[https://github.com/ufoym/deepo Deepo (for GPU)]
 +
 +
 +
'''Format large capacity HD with fs ExFat for having access to it from Ubuntu:'''
 +
*On Windows 10
 +
*cmd
 +
*diskpart
 +
*select disk '#' (where # is the number of the target drive)
 +
*list part
 +
*select part # (where # is the number of the partition)
 +
*format fs=exfat QUICK

Revision as of 11:19, 24 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:


Format large capacity HD with fs ExFat for having access to it from Ubuntu:

  • On Windows 10
  • cmd
  • diskpart
  • select disk '#' (where # is the number of the target drive)
  • list part
  • select part # (where # is the number of the partition)
  • format fs=exfat QUICK