mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-29 02:41:21 +00:00
Merge pull request #156 from yggdrasil75/patch-1
Update docker-compose.yml
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
version: "3"
|
||||
services:
|
||||
sillytavern-extras:
|
||||
runtime: nvidia
|
||||
# runtime: nvidia
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: 1
|
||||
# either specify below which, or above how many. not both.
|
||||
# device_ids: ['1']
|
||||
capabilities: [gpu]
|
||||
image: cohee1207/sillytavern-extras
|
||||
build:
|
||||
context: ../
|
||||
|
||||
Reference in New Issue
Block a user