Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
|