tabby-template-space / Dockerfile
ikw's picture
feat: use the latest tabby image from ghcr
3c72cdb verified
raw
history blame
138 Bytes
FROM ghcr.io/tabbyml/tabby:latest
ENV TABBY_ROOT=/data/.tabby
CMD ["serve", "--device", "cuda", "--model", "TabbyML/Qwen2.5-Coder-1.5B"]