Yaya86 commited on
Commit
dfc3bf6
·
verified ·
1 Parent(s): dbd0cad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -23,9 +23,11 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
23
  # Create the directory and give appropriate permissions
24
  RUN mkdir /.ollama
25
  RUN chmod 777 /.ollama
26
- RUN chmod 777 id_ed25519
27
 
28
  COPY id_ed25519 /.ollama
 
 
29
  #
30
  CMD ollama serve
31
 
 
23
  # Create the directory and give appropriate permissions
24
  RUN mkdir /.ollama
25
  RUN chmod 777 /.ollama
26
+
27
 
28
  COPY id_ed25519 /.ollama
29
+
30
+ RUN chmod 777 id_ed25519
31
  #
32
  CMD ollama serve
33