FROM tabbyml/tabby:latest USER root RUN mkdir -p /data RUN chown 1000 /data USER 1000 CMD ["serve", "--model", "TabbyML/SantaCoder-1B"]