Skip to content

Commit

Permalink
Merge pull request TransformerOptimus#780 from TransformerOptimus/ext…
Browse files Browse the repository at this point in the history
…ernal-tool-fix

External tool fix
  • Loading branch information
I’m authored Jul 18, 2023
2 parents 1f653fc + c03d14b commit 4a6e579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions DockerfileCelery
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@ WORKDIR /app
COPY . .
COPY config.yaml .

# Downloads the tools
RUN python superagi/tool_manager.py

# Set executable permissions for install_tool_dependencies.sh
RUN chmod +x install_tool_dependencies.sh

# Install dependencies
RUN ./install_tool_dependencies.sh


CMD ["celery", "-A", "superagi.worker", "worker", "--beat","--loglevel=info"]
1 change: 0 additions & 1 deletion tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"tools": {

}
}

0 comments on commit 4a6e579

Please sign in to comment.