Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yaya86
/
ollama
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
41473ce
ollama
/
Dockerfile
Yaya86
Update Dockerfile
57ea6d1
verified
about 1 year ago
raw
Copy download link
history
blame
143 Bytes
FROM
ollama/ollama:
0.1
.
27
ENV
OLLAMA_HOST=
0.0
.
0.0
RUN
useradd -m appuser &&
chown
-R appuser:appuser /home/appuser
USER
appuser
EXPOSE
7860