mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-30 19:31:20 +00:00
Update docker-compose.yml
fixes nvidia on windows
This commit is contained in:
@@ -1,7 +1,16 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
sillytavern-extras:
|
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
|
image: cohee1207/sillytavern-extras
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
|
|||||||
Reference in New Issue
Block a user