Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ WORKDIR /
|
|
9 |
|
10 |
RUN apt install curl -y
|
11 |
|
12 |
-
RUN curl -fsSL https://ollama.com/install.sh | sh
|
13 |
|
14 |
RUN source
|
15 |
RUN ollama pull mistral
|
|
|
9 |
|
10 |
RUN apt install curl -y
|
11 |
|
12 |
+
RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
|
13 |
|
14 |
RUN source
|
15 |
RUN ollama pull mistral
|