Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valiantlynx authored Aug 29, 2024
1 parent 8a9dfbc commit e8fe605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8fe605

Please sign in to comment.