Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
15 |
|
16 |
ENV OLLAMA_HOST=0.0.0.0
|
17 |
|
18 |
-
|
19 |
|
20 |
RUN userdel ubuntu && useradd -m -u 1000 appuser
|
21 |
|
|
|
15 |
|
16 |
ENV OLLAMA_HOST=0.0.0.0
|
17 |
|
18 |
+
RUN cut -d: -f1,3 /etc/passwd
|
19 |
|
20 |
RUN userdel ubuntu && useradd -m -u 1000 appuser
|
21 |
|