Yaya86 commited on
Commit
4e87f6d
·
verified ·
1 Parent(s): af0cf76

Update Dockerfile

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