ruslanmv commited on
Commit
4f183b5
·
1 Parent(s): d800c4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN pip install --no-cache-dir -r requirements.txt
29
  RUN curl -fsSL https://ollama.com/install.sh | sh
30
 
31
  # Download the required model
32
- RUN ollama download llama3
33
 
34
  # Copy the entire application
35
  COPY . .
 
29
  RUN curl -fsSL https://ollama.com/install.sh | sh
30
 
31
  # Download the required model
32
+ RUN ollama pull llama3
33
 
34
  # Copy the entire application
35
  COPY . .