tabby-template-space / Dockerfile
wsxiaoys's picture
feat: use the latest tabby image from ghcr (#2)
6a366a8 verified
raw
history blame contribute delete
138 Bytes
FROM ghcr.io/tabbyml/tabby:latest
ENV TABBY_ROOT=/data/.tabby
CMD ["serve", "--device", "cuda", "--model", "TabbyML/Qwen2.5-Coder-1.5B"]