bentebbutt commited on
Commit
611421a
·
verified ·
1 Parent(s): 1d363ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN chown -R pn:pn /var/cache/nginx \
24
 
25
  # Install ollama and pull the phi3 model as the root user
26
  RUN curl -fsSL https://ollama.com/install.sh | sh
27
- RUN ollama pull phi3
28
 
29
  # Switch back to the 'pn' user for installing dependencies and building the app
30
  USER pn
 
24
 
25
  # Install ollama and pull the phi3 model as the root user
26
  RUN curl -fsSL https://ollama.com/install.sh | sh
27
+
28
 
29
  # Switch back to the 'pn' user for installing dependencies and building the app
30
  USER pn