mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-04 19:10:05 +00:00
1. Removes the MODULES ARG. 2. Replaces the final CMD with ENTRYPOINT. This allows the modules to be selected at run time of the docker, rather than compile time of the image.
Docker Usage
Building the image
This is assuming you have docker and docker compose installed and running.
- Open a terminal and set your current directory to the "docker" directory in your clone of this repo.
- Adjust the "docker-compose.yml" file to match your needs. The default selection and the selection with all modules are provided as examples.
- Once ready, run the command "docker compose build" to build the "cohee1207/sillytavern-extras" docker image.