11 lines
156 B
Docker
11 lines
156 B
Docker
FROM localai/localai:latest-cpu
|
|
|
|
|
|
|
|
ENV LOCALAI_P2P="true"
|
|
ENV LOCALAI_FEDERATED="true"
|
|
|
|
|
|
COPY run.sh /build/entrypoint.sh
|
|
RUN chmod +x /build/entrypoint.sh
|