Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TabbyML/tabby-template-space
wsxiaoys
/
tabby-template-space
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6b18d9f
tabby-template-space
/
Dockerfile
wsxiaoys
Update Dockerfile
6b18d9f
over 1 year ago
raw
Copy download link
history
blame
Safe
161 Bytes
FROM
tabbyml/tabby:
0.2
.
2
-rc.
2
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
CMD
[
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"TabbyML/StarCoder-1B"
]