mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
enable gpu all
This commit is contained in:
parent
0b59b6030f
commit
11fbd645f7
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ services:
|
||||||
reservations:
|
reservations:
|
||||||
devices:
|
devices:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: 1
|
capabilities: [ "gpu" ]
|
||||||
capabilities: [ gpu ]
|
count: all
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue