Skip to content

Commit 17cc3f0

Browse files
authored
Merge pull request #2824 from david-macmahon/patch-3
Fix a list numbering problem in docs
2 parents fd4ce11 + a18865b commit 17cc3f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/installation/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ only select artifacts that are compatible with the configured CUDA runtime.
128128

129129
1. Generates the following `LocalPreferences.toml` file in your active environment:
130130

131-
```
132-
[CUDA_Runtime_jll]
133-
version = "11.8"
134-
```
131+
```
132+
[CUDA_Runtime_jll]
133+
version = "11.8"
134+
```
135135

136136
2. Ensures the following line is in the `[extras]` section of your active `Project.toml` file to allow `Preferences.jl` to find the `version` preference for `CUDA_Runtime_jll`:
137137

138-
```
139-
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
140-
```
138+
```
139+
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
140+
```
141141

142142
### Using a local CUDA
143143

0 commit comments

Comments
 (0)