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