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