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...
ca67407
ollama
/
Dockerfile
Yaya86
Update Dockerfile
ca67407
verified
about 1 year ago
raw
Copy download link
history
blame
204 Bytes
FROM
ollama/ollama
ENV
OLLAMA_HOST=
0.0
.
0.0
RUN
useradd -m appuser &&
chown
-R appuser:appuser /home/appuser
USER
appuser
CMD
[
"ollama"
"pull"
"nomic-embed-text"
]
# Expose the server port
EXPOSE
7860