Yaya86 commited on
Commit
ef9ad6a
·
verified ·
1 Parent(s): 37155a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
8
  ENV OLLAMA_HOST=0.0.0.0
9
 
10
  RUN useradd -m appuser && chown -R appuser:appuser /home/appuser
11
-
12
  RUN ollama pull mixtral && ollama pull nomic-embed-text
13
  # Create the directory and give appropriate permissions
14
  RUN mkdir -p /.ollama && chmod 777 /.ollama
 
8
  ENV OLLAMA_HOST=0.0.0.0
9
 
10
  RUN useradd -m appuser && chown -R appuser:appuser /home/appuser
11
+ RUN ollama
12
  RUN ollama pull mixtral && ollama pull nomic-embed-text
13
  # Create the directory and give appropriate permissions
14
  RUN mkdir -p /.ollama && chmod 777 /.ollama