SillyTavern Linux Guide
by Fuller (aka br aka swordnbuckler)
Intro
Steps
3
Create SillyTavern's directory and fetch compose.yaml
mkdir ~/st # Can be something else or put elsewhere. Doesn't matter.
cd ~/st
curl -LO 'https://github.com/SillyTavern/SillyTavern/raw/refs/heads/release/docker/docker-compose.yml'
sed -i '/build/d' docker-compose.yml # Removes build line, podlet won't like it.4
5
Make it so st starts on boot [OPTIONAL] and install
cat <<EOF >> sillytavern.container #[OPTIONAL]
[Install] #[OPTIONAL]
WantedBy=default.target #[OPTIONAL]
EOF #[OPTIONAL]
loginctl enable-linger $USER #[OPTIONAL]
mkdir -p ~/.config/containers/systemd
cp sillytavern.container ~/.config/containers/systemdFAQ
Was this helpful?
