-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
Command-line (Python) version
Operating System
Ubuntu Linux
What happened?
Bug Description
The README.md mentions instructions for starting GPT Pilot using Docker and references a docker-compose.yml file. ("Update the docker-compose.yml environment variables, which can be done via docker compose config.") However, after cloning the repository, it appears that the docker-compose.yml file is missing from the repository.
Steps to Reproduce
- Clone the repository:
git clone https://github.com/Pythagora-io/gpt-pilot - Search for the
docker-compose.ymlfile in the repository. - Observe that the file is not present.
$ git clone "https://github.com/Pythagora-io/gpt-pilot"
Cloning into 'gpt-pilot'...
remote: Enumerating objects: 12481, done.
remote: Counting objects: 100% (830/830), done.
remote: Compressing objects: 100% (271/271), done.
remote: Total 12481 (delta 560), reused 795 (delta 554), pack-reused 11651 (from 1)
Receiving objects: 100% (12481/12481), 2.54 MiB | 7.13 MiB/s, done.
Resolving deltas: 100% (9135/9135), done.
$ cd gpt-pilot/
$ ls
LICENSE README.md core docs example-config.json main.py pyproject.toml requirements.txt tests
$ find . -iname 'docker-compose.yml'
$ find . -iname '*.yml'
./.github/workflows/ci.yml
./.github/ISSUE_TEMPLATE/howto.yml
./.github/ISSUE_TEMPLATE/bug-report.yml
./.github/ISSUE_TEMPLATE/feature-request.yml
./.github/ip_assignment.yml
$Expected Behavior
The repository should contain the docker-compose.yml file as referenced in the README.md.
Actual Behavior
The docker-compose.yml file is missing.
robbin-arris, roitmaster, Defozo and farbodbj
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
