Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ ENV PATH="/root/.local/bin:$PATH"
|
|
| 24 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
| 25 |
|
| 26 |
# Clone the agent-zero repository
|
| 27 |
-
RUN git clone --branch
|
| 28 |
|
| 29 |
# Copy the local files to overwrite or add to the repository
|
| 30 |
COPY requirements.txt /app/requirements.txt
|
|
|
|
| 24 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
| 25 |
|
| 26 |
# Clone the agent-zero repository
|
| 27 |
+
RUN git clone --branch fix-initialize-mcp-nameerror https://github.com/JsonLord/agent-zero.git /app
|
| 28 |
|
| 29 |
# Copy the local files to overwrite or add to the repository
|
| 30 |
COPY requirements.txt /app/requirements.txt
|