Update Dockerfile

This commit is contained in:
valiantlynx
2024-08-29 11:49:17 +02:00
committed by GitHub
parent 8a9dfbce59
commit e8fe605717

View File

@@ -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