Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing docker-compose.yml file mentioned in README #1107

Open
pierow2k opened this issue Oct 7, 2024 · 1 comment
Open

[Bug]: Missing docker-compose.yml file mentioned in README #1107

pierow2k opened this issue Oct 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pierow2k
Copy link

pierow2k commented Oct 7, 2024

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

  1. Clone the repository: git clone https://github.com/Pythagora-io/gpt-pilot
  2. Search for the docker-compose.yml file in the repository.
  3. 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.

  • repo_search
@pierow2k pierow2k added the bug Something isn't working label Oct 7, 2024
@danieltorscho
Copy link

same here, no docker-compose.yml present in the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants