ankanpy commited on
Commit
bed3475
·
verified ·
1 Parent(s): 9e61d3e

Update Dockerfile

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