Cleanup scripts

note here https://github.com/SpudGunMan/meshing-around/pull/103 and @turnrye can you review this branch and commit
This commit is contained in:
SpudGunMan
2025-01-05 21:40:20 -08:00
parent b16b4e3c12
commit d689495ee7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,6 +15,6 @@ COPY . /app
RUN pip install -r requirements.txt
RUN chmod +x /app/entrypoint.sh
RUN chmod +x /app/script/docker/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]
ENTRYPOINT ["/app/script/docker/entrypoint.sh"]
+2 -2
View File
@@ -16,14 +16,14 @@ services:
image: ollama/ollama:0.5.1
volumes:
- ./ollama:/root/.ollama
- ./ollama-entrypoint.sh:/entrypoint.sh
- ./ollama-entrypoint.sh:./entrypoint.sh
container_name: ollama
pull_policy: always
tty: true
restart: always
entrypoint:
- /usr/bin/bash
- /entrypoint.sh
- /script/docker/entrypoint.sh
expose:
- 11434
healthcheck: