Spaces:
Running
Running
Update docker
Browse files
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
|