Skip to content

Commit 7c56ca1

Browse files
author
Yuke Wang
committed
update some trouble shooting
1 parent 37094b6 commit 7c56ca1

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,16 @@ sudo systemctl restart docker
5454
+ `cd Docker` then either goto `cu102/` (for Quadro P6000 and Tesla V100) or `cu110/` (for RTX3090/RTX3070).
5555
+ Run `./build.sh`, it may takes a while (around 10 minutes) for building the container.
5656
+ Run `./launch.sh` then it will bring up an new interactive command line interface.
57-
> + if your enounter problem below, most likely, you may not install the GPU docker engine correctly, you may go back to the Toturial at the first setp.
58-
57+
> + if your enounter problem below,
5958
```
6059
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
6160
```
61+
then you need to
62+
```
63+
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit
64+
sudo systemctl restart docker
65+
```
66+
6267
> + The defualt GPU is device:0. If you want to run on different deivce. Consider using this command in `./launch.sh`, e.g., using device:1
6368
>
6469
```

0 commit comments

Comments
 (0)