zhengr commited on
Commit
508a561
1 Parent(s): 299909f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ RUN apt update && apt install -y python3 && apt install -y python3-pip
8
  RUN pip3 install litellm
9
  RUN pip3 install 'litellm[proxy]'
10
 
 
 
11
  RUN echo "Pulling"
12
  RUN /bin/ollama pull mistral:instruct
13
 
 
8
  RUN pip3 install litellm
9
  RUN pip3 install 'litellm[proxy]'
10
 
11
+ RUN curl -fsSL https://ollama.com/install.sh | sh
12
+
13
  RUN echo "Pulling"
14
  RUN /bin/ollama pull mistral:instruct
15