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
Fetching metadata from the HF Docker repository...
2012846
tabby-template-space
/
Dockerfile
wsxiaoys
Update Dockerfile
2012846
verified
8 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
FROM
tabbyml/tabby:
0.12
.
0
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
CMD
[
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"TabbyML/StarCoder-1B"
]