Further bug fixes

This commit is contained in:
scriptos 2024-11-27 21:53:36 +01:00
parent c64ab6a99f
commit 5ee7bbea20
3 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,5 @@
FROM ollama/ollama FROM ollama/ollama
RUN ollama pull llama3.1:8b-instruct-q5_K_M
COPY start.sh /start.sh COPY start.sh /start.sh
RUN chmod +x /start.sh RUN chmod +x /start.sh

View File

@ -1,12 +1,11 @@
services: services:
ollama: ollama:
hostname: ollama image: ollama/ollama
container_name: ollama
build: build:
context: . context: .
dockerfile: Dockerfile.ollama dockerfile: Dockerfile.ollama
image: ollama/ollama hostname: ollama
container_name: ollama container_name: ollama
ports: ports:
- "11434:11434" - "11434:11434"
@ -16,11 +15,12 @@ services:
restart: unless-stopped restart: unless-stopped
matrix-chatbot: matrix-chatbot:
container_name: matrix-chatbot image: matrix-chatbot:latest
hostname: matrix-chatbot
build: build:
context: . context: .
dockerfile: Dockerfile.chatbot dockerfile: Dockerfile.chatbot
container_name: matrix-chatbot
hostname: matrix-chatbot
networks: networks:
dockernet: dockernet:
ipv4_address: 172.16.0.50 ipv4_address: 172.16.0.50