Skip to content

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

@pierow2k

Description

@pierow2k

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions