Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +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 |
-
RUN ollama serve
|
| 34 |
# Copy the entire application
|
| 35 |
COPY . .
|
| 36 |
|
|
|
|
| 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 |
|