Files
auracast-server-deploy/readme.md
2025-03-20 12:25:07 +00:00

8 lines
281 B
Markdown

# server setup
For building with dockerfiles, clone this repo to a directory together with auracast-translator and auracaster-webui
# read logs interactively from a docker container
- docker start -ai <container_name>
# exec cmds inside container
docker exec -it ollama /bin/bash