Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt update -y && apt upgrade -y
|
|
7 |
|
8 |
WORKDIR /
|
9 |
|
10 |
-
RUN apt install curl
|
11 |
|
12 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
13 |
|
|
|
7 |
|
8 |
WORKDIR /
|
9 |
|
10 |
+
RUN apt install curl -y
|
11 |
|
12 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
13 |
|