Initial commit: LocalAI P2P addons
This commit is contained in:
12
localai-p2p-master/Dockerfile
Normal file
12
localai-p2p-master/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM localai/localai:latest-cpu
|
||||
|
||||
|
||||
|
||||
ENV LOCALAI_P2P="true"
|
||||
ENV LOCALAI_FEDERATED="true"
|
||||
|
||||
|
||||
COPY run.sh /run.sh
|
||||
RUN chmod +x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
Reference in New Issue
Block a user