nada-mah commited on
Commit
9abc650
·
verified ·
1 Parent(s): 781a0e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10.12
2
 
3
  RUN curl -fsSL https://ollama.com/install.sh | sh
4
- RUN ollama serve &
5
 
6
  RUN useradd -m -u 1000 user
7
  WORKDIR /app
 
1
  FROM python:3.10.12
2
 
3
  RUN curl -fsSL https://ollama.com/install.sh | sh
4
+ RUN nohup ollama serve &
5
 
6
  RUN useradd -m -u 1000 user
7
  WORKDIR /app