Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TabbyML/tabby-template-space
s7
/
tabby-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tabby-hf
/
Dockerfile
s7
Update Dockerfile
0a5912b
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
176 Bytes
FROM
tabbyml/tabby:
0.8
.
3
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
ENTRYPOINT
[
"/opt/tabby/bin/tabby-cpu"
]
CMD
[
"serve"
,
"--model"
,
"TabbyML/StarCoder-1B"
]