mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-05 11:30:13 +00:00
Update docker-compose.yml to not re-download the models every launch
This commit is contained in:
@@ -11,6 +11,10 @@ services:
|
||||
MODULES: caption,summarize,classify
|
||||
# REQUIREMENTS: requirements-complete.txt
|
||||
# MODULES: caption,summarize,classify,sd,silero-tts,edge-tts,chromadb
|
||||
volumes:
|
||||
#- "./chromadb:/chromadb"
|
||||
- "./cache:/root/.cache"
|
||||
- "./api-key.txt:/sillytavern-extras/api-key.txt:rw"
|
||||
ports:
|
||||
- "5100:5100"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user