Yaya86 commited on
Commit
96b5608
·
verified ·
1 Parent(s): a467fde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["ollama", "serve"]
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"