Yakova commited on
Commit
bff594f
·
1 Parent(s): ed51760

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN curl https://ollama.ai/install.sh | sh
9
  RUN mkdir -p /.ollama && chmod 777 /.ollama
10
 
11
  # Command to run the application
12
- CMD ollama serve & ollama pull mistral
13
 
14
  # Expose the server port
15
  EXPOSE 7860
 
9
  RUN mkdir -p /.ollama && chmod 777 /.ollama
10
 
11
  # Command to run the application
12
+ CMD ollama serve
13
 
14
  # Expose the server port
15
  EXPOSE 7860