8 lines
281 B
Markdown
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 |