Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ RUN curl -fsSL https://ollama.ai/install.sh | bash || \
|
|
| 17 |
|
| 18 |
# Add Ollama binary to PATH if necessary (modify path based on install location)
|
| 19 |
ENV PATH="/usr/local/bin:$PATH"
|
|
|
|
| 20 |
|
| 21 |
# Verify Ollama installation
|
| 22 |
RUN which ollama || (echo "Ollama not found in PATH. Please verify installation." && exit 1)
|
|
|
|
| 17 |
|
| 18 |
# Add Ollama binary to PATH if necessary (modify path based on install location)
|
| 19 |
ENV PATH="/usr/local/bin:$PATH"
|
| 20 |
+
ENV PATH="/usr/local/bin/ollama:$PATH"
|
| 21 |
|
| 22 |
# Verify Ollama installation
|
| 23 |
RUN which ollama || (echo "Ollama not found in PATH. Please verify installation." && exit 1)
|