mirror of https://github.com/docker/docs.git
fix genai guide typo (#19356)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
7b5bfd6a97
commit
2362d76161
|
@ -138,8 +138,8 @@ To run Ollama in a container and provide GPU access:
|
||||||
reservations:
|
reservations:
|
||||||
devices:
|
devices:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: all
|
count: all
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
volumes:
|
volumes:
|
||||||
ollama_volume:
|
ollama_volume:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue