Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhinand
/
ollama-server
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f7b0a1c
ollama-server
/
Dockerfile
Yakova
Update Dockerfile
f7b0a1c
over 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
# Builder stage
FROM
ollama/ollama
# Command to run the application
CMD
ollama serve &
sleep
10s && ollama pull zephyr
# Expose the server port
EXPOSE
7860