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
ae43883
tabby-template-space
/
Dockerfile
Meng Zhang
update
9e48d1e
over 1 year ago
raw
Copy download link
history
blame
Safe
108 Bytes
FROM
tabbyml/tabby
ENV
MODEL=TabbyML/SantaCoder-
1
B
CMD
[
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"
$MODEL
"
]