Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -14,12 +14,8 @@ RUN useradd -m appuser && chown -R appuser:appuser /home/appuser
|
|
14 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
15 |
|
16 |
CMD ollama serve
|
17 |
-
USER appuser
|
18 |
-
|
19 |
-
RUN ollama pull mixtral && ollama pull nomic-embed-text
|
20 |
-
# Command to run the application
|
21 |
-
|
22 |
|
|
|
23 |
|
24 |
# Expose the server port
|
25 |
EXPOSE 7860
|
|
|
14 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
15 |
|
16 |
CMD ollama serve
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
+
USER appuser
|
19 |
|
20 |
# Expose the server port
|
21 |
EXPOSE 7860
|