Yaya86 commited on
Commit
39640f3
·
verified ·
1 Parent(s): c43c171

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN chmod 777 /.ollama
28
  COPY id_ed25519 /.ollama
29
 
30
  #
31
- CMD ollama serve
32
 
33
  # Copy the entry point script
34
  #COPY entrypoint.sh /entrypoint.sh
 
28
  COPY id_ed25519 /.ollama
29
 
30
  #
31
+ RUN ollama serve
32
 
33
  # Copy the entry point script
34
  #COPY entrypoint.sh /entrypoint.sh