Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TabbyML/tabby-template-space
Ankit1057
/
tabby-trial
like
0
Runtime error
App
Files
Files
Community
7563cd9
tabby-trial
/
Dockerfile
wsxiaoys
Update Dockerfile
7563cd9
verified
8 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
FROM
tabbyml/tabby:
0.11
.
1
USER
root
RUN
mkdir
-p /data
RUN
chown
1000 /data
USER
1000
CMD
[
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"TabbyML/StarCoder-1B"
,
"--no-webserver"
]