Yaya86 commited on
Commit
ead6103
·
verified ·
1 Parent(s): 7f8472a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- #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"
 
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"