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

Update Dockerfile

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