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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -23,8 +23,9 @@ 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
 
27
- COPY id_ed25519.pub /.ollama
28
  #
29
  CMD ollama serve
30
 
 
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