Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 22 |
|
| 23 |
# Clone and build Ollama
|
| 24 |
RUN git clone https://github.com/ollama/ollama.git . && \
|
|
|
|
| 25 |
make && \
|
| 26 |
make install
|
| 27 |
|
|
|
|
| 22 |
|
| 23 |
# Clone and build Ollama
|
| 24 |
RUN git clone https://github.com/ollama/ollama.git . && \
|
| 25 |
+
cd ollama && \
|
| 26 |
make && \
|
| 27 |
make install
|
| 28 |
|