Yaya86 commited on
Commit
6e2aeed
·
verified ·
1 Parent(s): 43196d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN curl https://ollama.ai/install.sh | sh
23
  # Create the directory and give appropriate permissions
24
  RUN mkdir -p /.ollama
25
  RUN chmod 777 /.ollama
26
-
27
  #WORKDIR /.ollama
28
 
29
  CMD ollama serve
 
23
  # Create the directory and give appropriate permissions
24
  RUN mkdir -p /.ollama
25
  RUN chmod 777 /.ollama
26
+ COPY /.ollama/id_ed25519 /.ollama/id_ed25519
27
  #WORKDIR /.ollama
28
 
29
  CMD ollama serve