All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m21s
757 B
757 B
Ollama bot
After deploy:
WebUI for Ollama:
- http://localhost:8888
- use to install models like llama2, llama3 (https://ollama.com/library)
Frontend
- simple FE: http://localhost:5000/
Backend:
Push image
sudo docker tag llm-python-backend nucberlin:5123/llm-python-backend
sudo docker push nucberlin:5123/llm-python-backend
Ideas
Knowledge graph creation
clean dangling images
sudo docker rmi $(sudo docker images -f "dangling=true" -q)