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