tabby-trial / Dockerfile
wsxiaoys's picture
Update Dockerfile
2d5ada3 verified
raw
history blame
174 Bytes
FROM tabbyml/tabby:0.8.3
USER root
RUN mkdir -p /data
RUN chown 1000 /data
USER 1000
CMD ["serve", "--device", "cuda", "--model", "TabbyML/StarCoder-1B", "--no-webserver"]