mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-29 10:51:19 +00:00
Create docker-compose.yml
This commit is contained in:
19
docker/docker-compose.yml
Normal file
19
docker/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3"
|
||||
services:
|
||||
sillytavern-extras:
|
||||
runtime: nvidia
|
||||
image: cohee1207/sillytavern-extras
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: docker/Dockerfile
|
||||
args:
|
||||
REQUIREMENTS: requirements.txt
|
||||
MODULES: caption,summarize,classify
|
||||
# REQUIREMENTS: requirements-complete.txt
|
||||
# MODULES: caption,summarize,classify,keywords,prompt,sd,tts,chromadb
|
||||
ports:
|
||||
- "5100:5100"
|
||||
environment:
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
command: python server.py --enable-modules=caption,summarize,classify
|
||||
# command: python server.py --enable-modules=caption,summarize,classify,keywords,prompt,sd,tts,chromadb
|
||||
Reference in New Issue
Block a user