Skip to content

Commit

Permalink
still having issues building
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 28, 2023
1 parent 52f0776 commit 5217472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GITHUB_PAT=
GITHUB_PAT=<DODODODO>
GITHUB_REPO=jmikedupont2/ai-ticket
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: '3'
services:
autogpt:
working_dir: ./vendor/Auto-GPT/autogpts/autogpt
#volumes:
# - ./vendor/Auto-GPT/autogpts/autogpt/benchmark:/benchmark
#working_dir: ./vendor/Auto-GPT/autogpts/autogpt
volumes:
- ./vendor/Auto-GPT/benchmark:/benchmark
- ./vendor/Auto-GPT/autogpts/autogpt/:/app/autogpt

# - ./vendor/Auto-GPT-Benchmarks/agbenchmark/:/app/agbenchmark
# - ./docker-compose.yml:/app/docker-compose.yml
# - ./vendor/Auto-GPT/autogpts/autogpt/Dockerfile:/app/Dockerfile

#
#image: your-autogpt-image:tag
build:
#context: vendor/Auto-GPT/
Expand Down

0 comments on commit 5217472

Please sign in to comment.