Yaya86 commited on
Commit
840445b
1 Parent(s): edd8a3c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- #RUN cut -d: -f1,3 /etc/passwd
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