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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY ./app /code/app
23
 
24
  RUN curl -fsSL https://ollama.com/install.sh | sh
25
 
26
- # USER root
27
 
28
  RUN nohup ollama serve & sleep 5
29
 
 
23
 
24
  RUN curl -fsSL https://ollama.com/install.sh | sh
25
 
26
+ USER nonroot
27
 
28
  RUN nohup ollama serve & sleep 5
29