Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user