You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.yml file in the repository.
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 adocker-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 thedocker-compose.yml
file is missing from the repository.Steps to Reproduce
git clone https://github.com/Pythagora-io/gpt-pilot
docker-compose.yml
file in the repository.Expected Behavior
The repository should contain the
docker-compose.yml
file as referenced in theREADME.md
.Actual Behavior
The
docker-compose.yml
file is missing.The text was updated successfully, but these errors were encountered: