subhrajit-mohanty commited on
Commit
6e06899
·
verified ·
1 Parent(s): 57aba5e

Update Dockerfile

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