mitulagr2 commited on
Commit
9b8860a
·
1 Parent(s): e25a9f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -25,7 +25,9 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
25
 
26
  # USER root
27
 
28
- RUN ollama serve &
 
 
29
 
30
  #
31
  # RUN chmod +x /code/start_service.sh
 
25
 
26
  # USER root
27
 
28
+ RUN ollama serve
29
+
30
+ RUN mkdir /.ollama
31
 
32
  #
33
  # RUN chmod +x /code/start_service.sh