Yaya86 commited on
Commit
1a17ab6
·
verified ·
1 Parent(s): 4d3329a

Update Dockerfile

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