Update Dockerfile
Browse files- 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
|