fix genai guide typo (#19356)

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-02-08 11:36:39 -08:00 committed by GitHub
parent 7b5bfd6a97
commit 2362d76161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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:
```