Yaya86 commited on
Commit
022494e
·
verified ·
1 Parent(s): f52ead2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN curl -fsSL https://ollama.com/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 && chmod 777 /.ollama
25
 
26
  WORKDIR /.ollama
27