Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wsxiaoys
/
hf-tabby
like
0
Runtime error
App
Files
Files
Community
main
hf-tabby
/
Dockerfile
Meng Zhang
update
efcf948
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
FROM
tabbyml/tabby:latest
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
CMD
[
"serve"
,
"--model"
,
"TabbyML/SantaCoder-1B"
]