Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
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 |
|