FROM tabbyml/tabby:latest USER root RUN mkdir -p /data RUN mkdir -p /data/logs RUN chown -R 1000 /data USER 1000