Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
TabbyML
/
tabby-template-space
like
6
Paused
App
Files
Files
Community
1
e473324
tabby-template-space
/
Dockerfile
wsxiaoys
Update Dockerfile
7762541
about 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"
]