ankanpy commited on
Commit
f98d9aa
·
verified ·
1 Parent(s): 19c13c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN apt-get update && \
22
 
23
  # 5. Install Ollama
24
  RUN curl -fsSL https://ollama.com/install.sh | sh
25
-
26
 
27
  # 6. Copy Application Requirements
28
  COPY requirements.txt .
 
22
 
23
  # 5. Install Ollama
24
  RUN curl -fsSL https://ollama.com/install.sh | sh
25
+ ollama --version
26
 
27
  # 6. Copy Application Requirements
28
  COPY requirements.txt .