serve
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ RUN apt-get update \
|
|
6 |
&& apt-get clean
|
7 |
|
8 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
9 |
RUN ollama pull codegemma:2b
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
|
|
6 |
&& apt-get clean
|
7 |
|
8 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
9 |
+
RUN ollama serve
|
10 |
RUN ollama pull codegemma:2b
|
11 |
|
12 |
RUN useradd -m -u 1000 user
|