refactor: move hello() function to hello.py and import it in app.py 57775d5 DeathDaDev commited on Aug 19
build: Create directory for Ollama and set permissions for non-root user in Dockerfile eaaf4b4 DeathDaDev commited on Aug 19
fix: correct entry point in Dockerfile to execute start.sh with sh shell f51cdad DeathDaDev commited on Aug 19
fix: create app directory before writing start.sh in Dockerfile e3f7c3a DeathDaDev commited on Aug 19
fix: Persist Ollama private key between restarts using volume mount. 385448a DeathDaDev commited on Aug 19
feat: add gateway API for Ollama using Flask and docker-compose 0fa8221 DeathDaDev commited on Aug 19
Merge branch 'main' of https://huggingface.co/spaces/DeathDaDev/ollama-server d8da006 DeathDaDev commited on Jul 31
Expose ports for Ollama and Flask web server and install Flask. d1605a3 DeathDaDev commited on Jul 31