Skip to content

Commit

Permalink
merge conflicts resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarraann committed Jun 23, 2023
2 parents b452cf7 + 6a80320 commit 5e07d66
Show file tree
Hide file tree
Showing 84 changed files with 2,492 additions and 4,222 deletions.
11 changes: 11 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#!/bin/bash

# Downloads the tools
python superagi/tool_manager.py

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

# Install dependencies
./install_tool_dependencies.sh

# Run Alembic migrations
alembic upgrade head

Expand Down
Loading

0 comments on commit 5e07d66

Please sign in to comment.