Pratik Dwivedi commited on
Commit
69db7f7
·
1 Parent(s): 47c96c0

Dockerfile (#11)

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,6 +12,6 @@ WORKDIR /root/.ollama
12
  # Expose the necessary port
13
  EXPOSE 11434
14
 
15
- # ENTRYPOINT ["ollama", "serve"]
16
 
17
- ENTRYPOINT ["ollama", "run", "llama2:7b-chat"]
 
12
  # Expose the necessary port
13
  EXPOSE 11434
14
 
15
+ ENTRYPOINT ["ollama", "serve"]
16
 
17
+ # ENTRYPOINT ["ollama", "run", "llama2:7b-chat"]