Yaya86 commited on
Commit
43e38ba
·
verified ·
1 Parent(s): c642e67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN useradd -m -u 1000 appuser
13
 
14
 
15
  # Create the directory and give appropriate permissions
16
- #RUN mkdir -p /.ollama && chmod 777 /.ollama
17
  #RUN mkdir -p /home/appuser/.ollama && chmod 777 /home/appuser/.ollama
18
  #RUN mkdir -p /home/appuser/.ollama/models &&
19
 
 
13
 
14
 
15
  # Create the directory and give appropriate permissions
16
+ RUN mkdir -p /.ollama && chmod 777 /.ollama
17
  #RUN mkdir -p /home/appuser/.ollama && chmod 777 /home/appuser/.ollama
18
  #RUN mkdir -p /home/appuser/.ollama/models &&
19