From e8fe60571757c34508520c4c2be13882f6eb1282 Mon Sep 17 00:00:00 2001 From: valiantlynx <86688436+valiantlynx@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:49:17 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c9fcb4..a165b78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ COPY ./requirements.txt ./ RUN apt-get update && apt-get install git -y && apt-get install curl -y -RUN curl -fsSL https://ollama.com/install.sh | sh - RUN pip install --no-cache-dir -r requirements.txt COPY ./src ./src