Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -22,7 +22,6 @@ RUN apt-get update && \
|
|
22 |
|
23 |
# 5. Install Ollama
|
24 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
25 |
-
ollama --version
|
26 |
|
27 |
# 6. Copy Application Requirements
|
28 |
COPY requirements.txt .
|
|
|
22 |
|
23 |
# 5. Install Ollama
|
24 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
25 |
|
26 |
# 6. Copy Application Requirements
|
27 |
COPY requirements.txt .
|