Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -30,6 +30,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
30 |
# Install additional software
|
31 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
32 |
|
|
|
33 |
# Copy the entire application
|
34 |
COPY . .
|
35 |
|
|
|
30 |
# Install additional software
|
31 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
32 |
|
33 |
+
RUN ollama serve
|
34 |
# Copy the entire application
|
35 |
COPY . .
|
36 |
|