Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TabbyML
/
tabby-template-space
like
8
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/2
tabby-template-space
/
Dockerfile
ikw
feat: use the latest tabby image from ghcr
3c72cdb
verified
21 days ago
raw
Copy download link
history
blame
Safe
138 Bytes
FROM
ghcr.io
/tabbyml/
tabby:latest
ENV TABBY_ROOT=
/data/
.tabby
CMD [
"serve"
,
"--device"
,
"cuda"
,
"--model"
,
"TabbyML/Qwen2.5-Coder-1.5B"
]