Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dekode
/
docker
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
docker
/
Dockerfile
Pratik Dwivedi
Dockerfile (#14)
0b9eb85
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
FROM
ollama/ollama
EXPOSE
11434
ENTRYPOINT
[
"ollama"
,
"serve"
]
# ENTRYPOINT
[
"ollama"
,
"run"
,
"llama2:7b-chat"
]