Skip to content

Commit c3b068a

Browse files
authored
Update docker_build_instructions.md
1 parent 2195962 commit c3b068a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/docker_build_instructions.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ sudo apt-get install nvidia-modprobe
3232
```
3333
and then restart your machine.
3434

35+
**Note**: It's possible that the latest nvidia-docker doesn't include `nvidia-smi`. Try testing your `docker` installation by running
36+
```
37+
nvidia-docker run --rm nvidia/cuda:9.1-base nvidia-smi.
38+
```
39+
instead.
40+
3541
3) Clone, setup, and build docker image for `pytorch-dense-correspondence`. If using clone via `ssh`, you need to have ssh keys setup to clone the submodules. Make sure that these ssh keys don't have a password, otherwise it will not work. Cloning via `https` should be OK.
3642
```
3743
git clone [email protected]:RobotLocomotion/pytorch-dense-correspondence.git

0 commit comments

Comments
 (0)