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...
1df91e1
ollama-server
/
Dockerfile
Yakova
Update Dockerfile
1df91e1
over 1 year ago
raw
Copy download link
history
blame
Safe
208 Bytes
# Builder stage
FROM
ollama/ollama
RUN
curl https://ollama.ai/install.sh | sh
# Command to run the application
CMD
ollama serve &
sleep
10s && ollama pull zephyr
# Expose the server port
EXPOSE
7860