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:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
volumes:
|
||||
ollama_volume:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue