localai / Dockerfile
zhengr's picture
Update Dockerfile
ad7dab1 verified
raw
history blame
251 Bytes
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"
CMD ["/bin/bash", ".entrypoint.sh"]