Docker
Jump to navigation
Jump to search
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