pup-py commited on
Commit
226c0c5
·
verified ·
1 Parent(s): 02ffd46
Files changed (1) hide show
  1. 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