tabby-hf / Dockerfile
Meng Zhang
update
3c7c9be
raw
history blame
110 Bytes
FROM tabbyml/tabby
RUN mkdir -p /data
CMD ["serve", "--device", "cuda", "--model", "TabbyML/SantaCoder-1B"]