fauxpilot / fauxpilot

FauxPilot - an open-source alternative to GitHub Copilot server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: non-default `TRITON_PORT` in `./setup.sh` fails to edit `docker-compose.yaml`

152334H opened this issue · comments

There's an option in ./setup.sh to edit the port for the triton backend:

https://github.com/moyix/fauxpilot/blob/main/setup.sh#L63

This only writes to the .env file, while leaving docker-compose.yaml unchanged. The triton service still launches on ports 8000-8002, causing the copilot proxy to fail to connect to it during code generation.