Difference between revisions of "Docker"
Jump to navigation
Jump to search
(Created page with "'''Installing Docker CE on Ubuntu 16.04:''' *sudo apt-get install apt-transport-https ca-certificates curl software-properties-common *curl -fsSL https://download.docker.com/l...") |
|||
Line 1: | Line 1: | ||
+ | '''ML Docker Image installed on the Interaction Station ML computers:''' | ||
+ | *[Deepo (for GPU)|https://github.com/ufoym/deepo] | ||
+ | |||
+ | |||
+ | |||
+ | https://github.com/NVIDIA/nvidia-docker | ||
+ | https://github.com/NVIDIA/nvidia-docker | ||
+ | |||
+ | |||
+ | |||
'''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 |
Revision as of 09:57, 18 July 2018
ML Docker Image installed on the Interaction Station ML computers:
- [Deepo (for GPU)|https://github.com/ufoym/deepo]
https://github.com/NVIDIA/nvidia-docker https://github.com/NVIDIA/nvidia-docker
Installing Docker CE on Ubuntu 16.04:
- sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
- sudo apt-get update