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