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