tabby-template-space / Dockerfile
wsxiaoys's picture
Update Dockerfile
a84d14b
raw
history blame
151 Bytes
FROM tabbyml/tabby
USER root
RUN mkdir -p /data
RUN chown 1000 /data
USER 1000
CMD ["serve", "--device", "cuda", "--model", "TabbyML/SantaCoder-1B"]