subhrajit-mohanty commited on
Commit
30239b4
·
verified ·
1 Parent(s): 64acc5b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -29,5 +29,4 @@ WORKDIR /app
29
  EXPOSE $SPACE_HOST
30
 
31
  # Start the Ollama server on port 8050
32
- # CMD ["/usr/local/bin/ollama", "serve", "--port", $SPACE_HOST]
33
- CMD ["which", "ollama"]
 
29
  EXPOSE $SPACE_HOST
30
 
31
  # Start the Ollama server on port 8050
32
+ CMD ["ollama", "serve", "--port", $SPACE_HOST]