Merge pull request #156 from yggdrasil75/patch-1

Update docker-compose.yml
This commit is contained in:
Cohee
2023-11-17 18:10:20 +02:00
committed by GitHub

View File

@@ -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: ../