udacity / CarND-Term1-Starter-Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use newer version of nvidia-docker (Docker 1.13.0 is out)

boxmein opened this issue · comments

The "Install nvidia-docker" line should be replaced like this:

wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.0/nvidia-docker_1.0.0-1_amd64.deb

See NVIDIA/nvidia-docker#294

Thanks @boxmein, I've changed it so it links directly to the nvidia-docker README for those instructions.