From 1340cd2c3dd05be44602cc0f7ff65f1f16f8727e Mon Sep 17 00:00:00 2001 From: scriptos Date: Wed, 27 Nov 2024 23:06:49 +0100 Subject: [PATCH] =?UTF-8?q?kleine=20=C3=A4nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.chatbot | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.chatbot b/Dockerfile.chatbot index a17628e..f337365 100644 --- a/Dockerfile.chatbot +++ b/Dockerfile.chatbot @@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY bin/ollamarama.py . -CMD ["python", "ollamarama.py"] \ No newline at end of file +ENTRYPOINT ["/start.sh"] \ No newline at end of file diff --git a/README.md b/README.md index f0e8d65..2fd869a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Dieser Chatbot kommt zusammen mit dem Ollama Docker, zu finden [hier](https://hu ## Setup -Installiere dir zuerst Docker. Dies kannst du [hier](https://github.com/h1ddenpr0cess20/ollamarama-matrix) machen. +Installiere dir zuerst Docker. Dies kannst du mit [diesem Script](https://github.com/h1ddenpr0cess20/ollamarama-matrix) machen. Anschließend clonst du mein Projekt: