Changes
Page history
Updated Frequently Asked Questions (markdown)
authored
Nov 16, 2017
by
Felix Abecassis
Show whitespace changes
Inline
Side-by-side
Frequently-Asked-Questions.md
View page @
0c99cf89
...
@@ -11,7 +11,7 @@ Refer to the documentation of [nvidia-container-runtime](https://github.com/nvid
...
@@ -11,7 +11,7 @@ Refer to the documentation of [nvidia-container-runtime](https://github.com/nvid
*
The package provided by Red Hat:
`docker`
.
*
The package provided by Red Hat:
`docker`
.
#### How do I install 2.0 if I'm not using the latest Docker version?
#### How do I install 2.0 if I'm not using the latest Docker version?
You must pin the versions of th
e
`nvidia-docker2`
and
`nvidia-container-runtime`
packages
when installing, for instance:
You must pin the versions of
bo
th
`nvidia-docker2`
and
`nvidia-container-runtime`
when installing, for instance:
```
```
sudo apt-get install -y nvidia-docker2=2.0.1+docker1.12.6-1 nvidia-container-runtime=1.1.0+docker1.12.6-1
sudo apt-get install -y nvidia-docker2=2.0.1+docker1.12.6-1 nvidia-container-runtime=1.1.0+docker1.12.6-1
```
```
...
...
...
...