Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
atikur-rabbi/ollama
aesopnix
/
ollama-serve
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad79c83
ollama-serve
/
Dockerfile
aesopnix
Update Dockerfile
ad79c83
verified
2 months ago
raw
Copy download link
history
blame
Safe
178 Bytes
FROM
ollama/ollama:latest
RUN
apt-
get
update && apt-
get
install curl -y
ENV
OLLAMA_HOST
=0.0.0.0
RUN
useradd -m appuser && chown -R appuser:appuser /home/appuser
USER appuser