Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
|
4 |
FROM ubuntu:latest
|
5 |
|
|
|
|
|
6 |
WORKDIR /
|
7 |
|
8 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
3 |
|
4 |
FROM ubuntu:latest
|
5 |
|
6 |
+
RUN apt update -y && apt upgrade -y
|
7 |
+
|
8 |
WORKDIR /
|
9 |
|
10 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|