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