January 2018
Beginner to intermediate
284 pages
8h 35m
English
The previous section describes getting started from scratch which can be tricky sometimes given continuous changes to software packages and changing links on the web. One way to avoid dependence on links is to use container technology like Docker.
In this chapter, we will use the official NVIDIA-Docker image that comes pre-packaged with all the necessary packages and deep learning framework to get you quickly started with deep learning application development:
$ sudo add-apt-repository ppa:graphics-drivers/ppa -y$ sudo apt-get update$ sudo apt-get install -y nvidia-375 nvidia-settings nvidia-modprobe
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key ...
Read now
Unlock full access