|
|
@ -26,7 +26,8 @@ RUN ssh-keyscan -T 5 -H "$OLLAMA_HOST" >> /root/.ssh/known_hosts || true |
|
|
|
|
|
|
|
|
# Copy script |
|
|
# Copy script |
|
|
WORKDIR /app |
|
|
WORKDIR /app |
|
|
COPY scripts/auto-boot-ollama-host.lua . |
|
|
COPY scripts/* . |
|
|
|
|
|
|
|
|
#COPY scripts/auto-boot-ollama-host.sh /usr/local/bin/auto-boot-ollama-host.sh |
|
|
#COPY scripts/auto-boot-ollama-host.sh /usr/local/bin/auto-boot-ollama-host.sh |
|
|
#RUN chmod +x /usr/local/bin/auto-boot-ollama-host.sh |
|
|
#RUN chmod +x /usr/local/bin/auto-boot-ollama-host.sh |
|
|
|
|
|
|
|
|
|