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