aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/setup
blob: 8263dce320719d075b834b0d00b360d7f68fd9b6 (plain)
1
2
3
4
5
6
7
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."