tabby-template-space / Dockerfile
Meng Zhang
update
8541160
raw
history blame
131 Bytes
FROM tabbyml/tabby
ENV TABBY_ROOT=/data
ENV MODEL=TabbyML/SantaCoder-1B
CMD ["serve", ”--device", "cuda", "--model", "$MODEL"]