Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ COPY --chown=appuser models /.ollama/models
|
|
30 |
|
31 |
# Set the entry point script as the default command
|
32 |
#ENTRYPOINT ["/entrypoint.sh"]
|
33 |
-
|
34 |
|
35 |
# Set the model as an environment variable (this can be overridden)
|
36 |
#ENV model="nomic-embed-text","yayarun/mixtral_erbot"
|
|
|
30 |
|
31 |
# Set the entry point script as the default command
|
32 |
#ENTRYPOINT ["/entrypoint.sh"]
|
33 |
+
CMD ollama serve
|
34 |
|
35 |
# Set the model as an environment variable (this can be overridden)
|
36 |
#ENV model="nomic-embed-text","yayarun/mixtral_erbot"
|