warhawkmonk commited on
Commit
b3dbcc4
·
verified ·
1 Parent(s): 9d0c4a3

Update docker

Browse files
Files changed (1) hide show
  1. docker +1 -1
docker CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  RUN curl -fsSL https://ollama.com/install.sh | sh
11
 
12
  # Install Ollama model (requires separate RUN to prevent layer caching issues)
13
- RUN ollama pull llama3
14
 
15
  # Set the working directory in the container
16
  WORKDIR /app
 
10
  RUN curl -fsSL https://ollama.com/install.sh | sh
11
 
12
  # Install Ollama model (requires separate RUN to prevent layer caching issues)
13
+ RUN ollama pull llama3:latest
14
 
15
  # Set the working directory in the container
16
  WORKDIR /app