FROM localai/localai:latest-aio-cpu | |
# Copy the auth config section | |
#COPY .entrypoint.sh entrypoint.sh | |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets. | |
ENV REBUILD="false" | |
RUN chmod -R 777 /build/models | |
CMD ["/bin/bash", "entrypoint.sh"] |