Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/refactor docker #32

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
act base
  • Loading branch information
mike dupont committed Oct 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b5cc2d0392b27f97f26090c686445c053a893e16
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -13,3 +13,6 @@
[submodule "vendor/Auto-GPT-Benchmarks"]
path = vendor/Auto-GPT-Benchmarks
url = https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks
[submodule "vendor/act_base"]
path = vendor/act_base
url = https://github.com/meta-introspector/act_base/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ classifiers = [
# [tool.poetry.scripts]
# [tool.poetry.dependencies]
[tool.poetry.dependencies]
python = "3.11.5"
python = "3.11.4"
click = "8.1.7"
docker = "6.1.3"

1 change: 1 addition & 0 deletions vendor/act_base
Submodule act_base added at dbd816