Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeathDaDev
/
ollama-server
like
0
Runtime error
App
Files
Files
Community
57775d5
ollama-server
1 contributor
History:
33 commits
DeathDaDev
refactor: move hello() function to hello.py and import it in app.py
57775d5
4 months ago
app
Add logs file for debugging.
5 months ago
templates
Add web interface and API endpoint for Ollama interaction.
5 months ago
.gitattributes
Safe
1.52 kB
initial commit
5 months ago
Dockerfile
Safe
1.16 kB
build: Create directory for Ollama and set permissions for non-root user in Dockerfile
4 months ago
Dockerfile.gateway
Safe
217 Bytes
feat: add gateway API for Ollama using Flask and docker-compose
4 months ago
README.md
Safe
211 Bytes
initial commit
5 months ago
app.py
Safe
1.01 kB
refactor: move hello() function to hello.py and import it in app.py
4 months ago
docker-compose.yml
Safe
334 Bytes
feat: install Flask and set up entry point in Docker container
4 months ago
flask-app.py
Safe
1.06 kB
(no commit message provided)
4 months ago
gateway.py
Safe
0 Bytes
feat: add gateway API for Ollama using Flask and docker-compose
4 months ago
hello.py
Safe
56 Bytes
refactor: move hello() function to hello.py and import it in app.py
4 months ago
requirements.txt
Safe
15 Bytes
feat: add gateway API for Ollama using Flask and docker-compose
4 months ago