"tests/configs/det_mv3_db.yml" did not exist on "4e98a521ec8e349452b832d90e70dcf93a4b31c2"
run.sh 272 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
docker build -t ollama-webui .
Timothy J. Baek's avatar
Timothy J. Baek committed
2
3
docker stop ollama-webui || true
docker rm ollama-webui || true
4
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ollama-webui
Timothy J. Baek's avatar
Timothy J. Baek committed
5
docker image prune -f