Changes
Page history
Updated Frequently Asked Questions (markdown)
authored
Feb 13, 2019
by
Renaud Gaubert
Show whitespace changes
Inline
Side-by-side
Frequently-Asked-Questions.md
View page @
fb5816bd
...
...
@@ -16,7 +16,7 @@ You can look at the packages list on the [`gh-pages`](https://github.com/nvidia/
#### How do I install 2.0 if I'm not using the latest Docker version?
You must pin the versions of both
`nvidia-docker2`
and
`nvidia-container-runtime`
when installing, for instance:
```
sudo apt-get install -y nvidia-docker2=2.0.
2
+docker1
.12.6
-1 nvidia-container-runtime=
1.1.1
+docker1
.12.6
-1
sudo apt-get install -y nvidia-docker2=2.0.
3
+docker1
8.09.1
-1 nvidia-container-runtime=
2.0.0
+docker1
8.08.1
-1
```
Use
`apt-cache madison nvidia-docker2 nvidia-container-runtime`
or
`yum search --showduplicates nvidia-docker2 nvidia-container-runtime`
to list the available versions.
...
...
...
...