ka1kuk commited on
Commit
9b379d0
1 Parent(s): 0beb7d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ RUN curl https://ollama.ai/install.sh | sh
8
  # Create the directory and give appropriate permissions
9
  RUN mkdir -p /.ollama && chmod 777 /.ollama
10
 
 
 
11
  # Command to run the application
12
  CMD ollama serve
13
 
 
8
  # Create the directory and give appropriate permissions
9
  RUN mkdir -p /.ollama && chmod 777 /.ollama
10
 
11
+ WORKDIR /.ollama
12
+
13
  # Command to run the application
14
  CMD ollama serve
15