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