Pythagora-io / gpt-pilot

The first real AI developer
Other
31.43k stars 3.16k forks source link

[Howto]: Instructions mention Docker/Docker Compose...but where is it? 😂 #1060

Open armenr opened 2 months ago

armenr commented 2 months ago

Version

Desktop/local

Operating System

OSX

Your question

The instructions seem to mention Docker & Docker Compose, but I can't seem to find anything in the repo for Docker or Docker-Compose.

Maybe I'm really stupidly missing something very, very obvious? :-\

sgamble1-wowcorp commented 2 weeks ago

I was thinking the same thing. I can't seem to find it either. Haha. Oh well. =D

andersonmcsouza commented 4 days ago

I found these Dockerfile and docker-compose.yml files in branch "version-0.1". For some reason they were deleted from main branch. I'm gonna test to see if its working later.

andersonmcsouza commented 4 days ago

I found these Dockerfile and docker-compose.yml files in branch "version-0.1". For some reason they were deleted from main branch. I'm gonna test to see if its working later.

It worked like a charm kkkk.

on repository root folder docker build -t gpt-pilot:latest . then... docker compose up