Docker fails to work (sh: vite: not found)
running the build command, the logs show it builds just fine, backend comes up but the frontend fails...
chatdev_frontend | chatdev_frontend | > [email protected] dev chatdev_frontend | > vite --host chatdev_frontend | chatdev_frontend | sh: vite: not found chatdev_frontend exited with code 0 chatdev_frontend | chatdev_frontend | > [email protected] dev chatdev_frontend | > vite --host chatdev_frontend | chatdev_frontend | sh: vite: not found chatdev_frontend exited with code 0 chatdev_frontend | chatdev_frontend | > [email protected] dev chatdev_frontend | > vite --host chatdev_frontend | chatdev_frontend | sh: vite: not found chatdev_backend | /opt/venv/lib/python3.12/site-packages/requests/init.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (7.0.1)/charset_normalizer (3.4.5) doesn't match a supported version! chatdev_backend | warnings.warn( chatdev_frontend exited with code 127
Tried pinning requests package, but that seems unrelated...
Any help would be welcome.
Source: OpenBMB/ChatDev