f
This commit is contained in:
@@ -17,8 +17,7 @@ ENV LOCALAI_ADDRESS="0.0.0.0:8080"
|
|||||||
ENV LOCALAI_CORS="true"
|
ENV LOCALAI_CORS="true"
|
||||||
ENV LOCALAI_CORS_ALLOW_ORIGINS="*"
|
ENV LOCALAI_CORS_ALLOW_ORIGINS="*"
|
||||||
|
|
||||||
# Copier le script de démarrage
|
# Copier le script de démarrage pour s6-overlay
|
||||||
COPY run.sh /usr/bin/run.sh
|
RUN mkdir -p /etc/services.d/localai
|
||||||
RUN chmod +x /usr/bin/run.sh
|
COPY run.sh /etc/services.d/localai/run
|
||||||
|
RUN chmod +x /etc/services.d/localai/run
|
||||||
CMD ["/usr/bin/run.sh"]
|
|
||||||
|
|||||||
@@ -17,8 +17,7 @@ ENV LOCALAI_ADDRESS="0.0.0.0:8080"
|
|||||||
ENV LOCALAI_CORS="true"
|
ENV LOCALAI_CORS="true"
|
||||||
ENV LOCALAI_CORS_ALLOW_ORIGINS="*"
|
ENV LOCALAI_CORS_ALLOW_ORIGINS="*"
|
||||||
|
|
||||||
# Copier le script de démarrage
|
# Copier le script de démarrage pour s6-overlay
|
||||||
COPY run.sh /usr/bin/run.sh
|
RUN mkdir -p /etc/services.d/localai
|
||||||
RUN chmod +x /usr/bin/run.sh
|
COPY run.sh /etc/services.d/localai/run
|
||||||
|
RUN chmod +x /etc/services.d/localai/run
|
||||||
CMD ["/usr/bin/run.sh"]
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "LocalAI P2P Worker"
|
name: "LocalAI P2P Worker"
|
||||||
version: "1.0.4"
|
version: "1.0.4.1"
|
||||||
slug: "localai-p2p-worker"
|
slug: "localai-p2p-worker"
|
||||||
description: "LocalAI P2P federation worker node"
|
description: "LocalAI P2P federation worker node"
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Reference in New Issue
Block a user