Skip to content

Commit

Permalink
fix(docker build): Changed agbenchmark dependency to git reference (#…
Browse files Browse the repository at this point in the history
…6274)

* Fix docker build.
  Changing agbenchmark dependency as git reference instead of folder reference.
  • Loading branch information
warnyul authored Nov 24, 2023
1 parent 2b4c0f5 commit 155718a
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 128 deletions.
18 changes: 12 additions & 6 deletions autogpts/autogpt/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion autogpts/autogpt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ webdriver-manager = "*"
openapi-python-client = "^0.14.0"

# Benchmarking
agbenchmark = { path = "../../benchmark", optional = true }
# agbenchmark = { path = "../../benchmark", optional = true }
agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}

[tool.poetry.extras]
benchmark = ["agbenchmark"]
Expand Down
Loading

0 comments on commit 155718a

Please sign in to comment.