devve1 commited on
Commit
ebd09f6
1 Parent(s): 571b077

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -10,8 +10,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
10
  git \
11
  && apt-get clean && rm -rf /var/lib/apt/lists/*
12
 
13
- RUN curl https://ollama.ai/install.sh | sh
14
-
15
  WORKDIR /app
16
 
17
  COPY ./requirements.txt /app/requirements.txt
 
10
  git \
11
  && apt-get clean && rm -rf /var/lib/apt/lists/*
12
 
 
 
13
  WORKDIR /app
14
 
15
  COPY ./requirements.txt /app/requirements.txt