Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TabbyML
/
tabby-template-space
like
6
Paused
App
Files
Files
Community
1
refs/pr/1
tabby-template-space
/
Dockerfile
wsxiaoys
Update Dockerfile
b50d0b0
over 1 year ago
raw
Copy download link
history
blame
Safe
157 Bytes
FROM
tabbyml/tabby:
0.1
.
2
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
CMD
[
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"TabbyML/SantaCoder-1B"
]