Docker
Experimental
Talemate through docker has not received a lot of testing from me, so please let me know if you encounter any issues.
You can do so by creating an issue on the GitHub repository
Quick install instructions
git clone https://github.com/vegu-ai/talemate.git
cd talemate
- copy config file
- linux:
cp config.example.yaml config.yaml
- windows:
copy config.example.yaml config.yaml
- linux:
- If your host has a CUDA compatible Nvidia GPU
- Windows (via PowerShell):
$env:CUDA_AVAILABLE="true"; docker compose up
- Linux:
CUDA_AVAILABLE=true docker compose up
- Windows (via PowerShell):
- If your host does NOT have a CUDA compatible Nvidia GPU
- Windows:
docker compose up
- Linux:
docker compose up
- Windows:
- Navigate your browser to http://localhost:8080
Note
When connecting local APIs running on the hostmachine (e.g. text-generation-webui), you need to use host.docker.internal
as the hostname.