tabby-template-space / Dockerfile
wsxiaoys's picture
Update Dockerfile
26dfe09
raw
history blame
266 Bytes
FROM tabbyml/tabby:0.2.0@sha256:eb05e6544afbd7a4534765ec8bd53db88464464ad7eb3312ff68025948085801
USER root
RUN mkdir -p /data
RUN chown 1000 /data
USER 1000
CMD ["serve", "--device", "cuda", "--model", "TabbyML/StarCoder-1B", "--chat-model", "TabbyML/Mistral-7B"]