Skip to content

Commit

Permalink
now jarvi is running
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 16, 2023
1 parent e458fde commit 134edfc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,21 @@ services:

jarvis:
entrypoint: bash -c "poetry run python -m autogpt -y --skip-news --ai-settings /tmp/ai_settings.yaml "
#entrypoint: bash
environment:
- GITHUB_PAT="${GITHUB_PAT}"
- GITHUB_REPO="jmikedupont2/ai-ticket"
- OPENAI_API_KEY=your-openai-api-key
- OPENAI_API_BASE=http://mockopenai:5000/v1
build:
context: vendor/Jarvis/autogpts/autogpt
context: vendor/Jarvis/
dockerfile: autogpts/autogpt/Dockerfile
args:
BASE_IMAGE: h4ckermike/basic_agent
volumes:
- ./vendor/Jarvis/autogpts/autogpt/autogpts/autogpt:/app/ #mount the source in for editing witho
- ./vendor/Auto-GPT/autogpts/autogpt/ai_settings.yaml:/tmp/ai_settings.yaml
- ./vendor/Jarvis/benchmark:/benchmark
- ./vendor/Jarvis/autogpts/autogpt//app/ #mount the source in for editing witho
- ./tests/ai_settings.yaml:/tmp/ai_settings.yaml
the_agency_1:
entrypoint: bash -c "poetry install && poetry run python -m autogpt -y --skip-news --ai-settings /tmp/ai_settings.yaml "
environment:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ requests = "2.31.0"
black = "23.7.0"
pre-commit = "3.3.3"
semver = "3.0.1"
pylint = "2.17.5"
testcontainers = "3.7.1"
#pylint = "2.17.5"
#testcontainers = "3.7.1"

2 changes: 1 addition & 1 deletion vendor/Jarvis
2 changes: 1 addition & 1 deletion vendor/lollms

0 comments on commit 134edfc

Please sign in to comment.