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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -22,8 +22,10 @@ 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
  CMD ollama serve
26
- #WORKDIR /.ollama
27
 
28
  # Copy the entry point script
29
  #COPY entrypoint.sh /entrypoint.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
+ #
29
 
30
  # Copy the entry point script
31
  #COPY entrypoint.sh /entrypoint.sh