aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/setup
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/setup')
-rwxr-xr-xautogpts/autogpt/setup8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogpts/autogpt/setup b/autogpts/autogpt/setup
new file mode 100755
index 000000000..8263dce32
--- /dev/null
+++ b/autogpts/autogpt/setup
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Necessary to prevent forge and agbenchmark from breaking each others' install:
+# https://github.com/python-poetry/poetry/issues/6958
+POETRY_INSTALLER_PARALLEL=false \
+poetry install --no-interaction --extras benchmark
+
+echo "Setup completed successfully."