jpujol
commited on
Commit
·
24daa08
1
Parent(s):
465fbc2
- Fix README.md.
Browse filesSigned-off-by: jpujol <[email protected]>
- docker/README.md +1 -1
docker/README.md
CHANGED
@@ -10,7 +10,7 @@ If you have the error **No CUDA runtime is found** when building the wheels for
|
|
10 |
```
|
11 |
sudo apt-get install nvidia-container-runtime
|
12 |
```
|
13 |
-
Then edit ` and add the default-runtime:
|
14 |
```
|
15 |
{
|
16 |
"runtimes": {
|
|
|
10 |
```
|
11 |
sudo apt-get install nvidia-container-runtime
|
12 |
```
|
13 |
+
Then edit `/etc/docker/daemon.json` and add the default-runtime:
|
14 |
```
|
15 |
{
|
16 |
"runtimes": {
|