Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -101,7 +101,7 @@ COPY --chown=appuser mixtral_erbot/latest /usr/share/ollama/.ollama/models/manif
|
|
101 |
|
102 |
# Set the entry point script as the default command
|
103 |
#ENTRYPOINT ["/entrypoint.sh"]
|
104 |
-
CMD
|
105 |
|
106 |
# Set the model as an environment variable (this can be overridden)
|
107 |
#ENV model="nomic-embed-text","yayarun/mixtral_erbot"
|
|
|
101 |
|
102 |
# Set the entry point script as the default command
|
103 |
#ENTRYPOINT ["/entrypoint.sh"]
|
104 |
+
CMD ollama serve
|
105 |
|
106 |
# Set the model as an environment variable (this can be overridden)
|
107 |
#ENV model="nomic-embed-text","yayarun/mixtral_erbot"
|