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