localai / Dockerfile
zhengr's picture
Update Dockerfile
cf5c38f verified
raw
history blame contribute delete
282 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"
RUN chmod -R 777 /build/models
CMD ["/bin/bash", "entrypoint.sh"]