Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,11 +19,11 @@ COPY ./app /code/app
|
|
19 |
#
|
20 |
# RUN apt-get update && apt-get install -y sudo
|
21 |
|
22 |
-
|
23 |
|
24 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
25 |
|
26 |
-
USER
|
27 |
|
28 |
RUN nohup ollama serve & sleep 5
|
29 |
|
|
|
19 |
#
|
20 |
# RUN apt-get update && apt-get install -y sudo
|
21 |
|
22 |
+
RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
|
23 |
|
24 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
25 |
|
26 |
+
USER docker
|
27 |
|
28 |
RUN nohup ollama serve & sleep 5
|
29 |
|