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...
e473324
tabby-template-space
/
Dockerfile
wsxiaoys
Update Dockerfile
7762541
over 1 year ago
raw
Copy download link
history
blame
Safe
194 Bytes
FROM
tabbyml/tabby:
0.2
.
0
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
CMD
[
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"TabbyML/StarCoder-1B"
,
"--chat-model"
,
"TabbyML/Mistral-7B"
]