mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-21 17:03:49 +00:00
enable gpu all
This commit is contained in:
parent
0b59b6030f
commit
11fbd645f7
@ -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…
Reference in New Issue
Block a user