Yaya86 commited on
Commit
51dcfe6
·
verified ·
1 Parent(s): 59a646d

Update Dockerfile

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