Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN curl curl -fsSL https://ollama.com/install.sh | sh
|
|
| 9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
| 10 |
|
| 11 |
# Command to run the application
|
| 12 |
-
CMD ollama serve & ollama pull mixtral
|
| 13 |
|
| 14 |
|
| 15 |
# Expose the server port
|
|
|
|
| 9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
| 10 |
|
| 11 |
# Command to run the application
|
| 12 |
+
CMD ollama serve & ollama pull mixtral
|
| 13 |
|
| 14 |
|
| 15 |
# Expose the server port
|