File size: 282 Bytes
610879e
 
 
ad7dab1
610879e
 
 
 
e5f21ae
 
cf5c38f
1
2
3
4
5
6
7
8
9
10
11
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"]