Leon4gr45 commited on
Commit
ee20540
·
verified ·
1 Parent(s): db2fe9e

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 main 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
 
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