tabby-hf / Dockerfile
s7's picture
Update Dockerfile
0a5912b verified
raw
history blame contribute delete
No virus
176 Bytes
FROM tabbyml/tabby:0.8.3
USER root
RUN mkdir -p /data
RUN chown 1000 /data
USER 1000
ENTRYPOINT ["/opt/tabby/bin/tabby-cpu"]
CMD ["serve", "--model", "TabbyML/StarCoder-1B"]