Yaya86 commited on
Commit
a8ea3d9
·
verified ·
1 Parent(s): 6987650

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV OLLAMA_HOST=0.0.0.0
20
  #WORKDIR /.ollama
21
 
22
 
23
- COPY --chown=appuser model_llm_local/model_ollama4 /usr/share/ollama/.ollama/models
24
 
25
  #RUN chmod 777 /home/appuser/.ollama/models
26
  # Copy the entry point script
 
20
  #WORKDIR /.ollama
21
 
22
 
23
+ COPY model_llm_local/model_ollama4 /usr/share/ollama/.ollama/models
24
 
25
  #RUN chmod 777 /home/appuser/.ollama/models
26
  # Copy the entry point script