Hugging Face
Models
Datasets
Spaces
Posts
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...
b60ea9a
ollama-dmeta-embedding-zh-small-q4
/
Dockerfile
ztc1997
Update
b60ea9a
11 months ago
raw
Copy download link
history
blame
Safe
189 Bytes
FROM
python
:
3.11
-slim
RUN apt-
get
update
&& apt-
get
install git -
y
&& apt-
get
install curl -
y
RUN curl -fsSL https://ollama.
com
/install.
sh
|
sh
ADD run.
sh
/
CMD [
"/bin/bash"
,
"/run.sh"
]