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