noahabebe commited on
Commit
09b4560
·
verified ·
1 Parent(s): ec0bd37

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ ENV OLLAMA_MODELS="/usr/share/ollama/.ollama/models"
23
  EXPOSE 7860
24
 
25
  # Run the Ollama server and pull the Baymax model
26
- CMD ["ollama", "serve", "&", "sleep", "5", "&&", "ollama", "pull", "noahabebe/baymax", "&&", "wait"]
 
23
  EXPOSE 7860
24
 
25
  # Run the Ollama server and pull the Baymax model
26
+ CMD ollama serve & sleep 5 && ollama pull noahabebe/baymax && wait