Merge pull request #20396 from quantivfy/nickQuant-codespaces-ml-jsonfix-1

JSON code sample fix
This commit is contained in:
Courtney Wilson 2022-09-14 10:18:08 -05:00 коммит произвёл GitHub
Родитель 4d5e93c732 6ce5a3ed5c
Коммит f43c7d59a0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -75,7 +75,7 @@ Some software, such as TensorFlow, requires you to install NVIDIA CUDA to use yo
1. Add a top-level `features` object with the following contents:
```json{:copy}
“features”: {
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"installCudnn": true
}
@ -96,7 +96,7 @@ Some software, such as TensorFlow, requires you to install NVIDIA CUDA to use yo
]
}
},
“features”: {
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"installCudnn": true
}