80Builder80

Results 6 comments of 80Builder80

I was having the same issue. I found that my .env file was not in the correct location. It was located in the /gpt-pilot/ folder. Once I moved it to...

I am having the same issue using VERSION=all docker compose --profile local-arm64 up -d

@aravindkarnam @unclecode @Natgho Deployed on a Raspberry Pi 5 using "docker-compose --profile local-arm64 up -d". Container was built, deployed, and shows Healthy. I have not tested it any further than...

Here's the formatted file. I can't attach a .yml file so you'll need to change the extension. [docker-compose.md](https://github.com/user-attachments/files/18632694/docker-compose.md)

@unclecode For some reason Chromium wasn't installed so I rebuilt the container after updating the Dockerfile with Install base requirements RUN pip install --no-cache-dir -r requirements.txt \ && playwright install...

@unclecode I was using the "main" branch. I try out the "next" version a little later.