Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ztc1997
/
ollama-dmeta-embedding-zh-small-q4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ae66908
ollama-dmeta-embedding-zh-small-q4
/
Dockerfile
ztc1997
Add application file
ae66908
about 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
FROM
ollama:latest
RUN
ollama pull shaw/dmeta-embedding-zh-small-q4
CMD
[
"ollama"
,
"serve"
]