Files
auracast-server-deploy/readme.md

309 B

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 (container must be running)

docker exec -it ollama /bin/bash