Echo
Echo copied to clipboard
Echo UI app doesn't start on cloud if the dependencies are not installed locally.
In lightning 1.8 release, it introduced functionality to start an app on the cloud without installing the dependencies locally. But it doesn't work with the Eco app.
It might be a bug in the framework, more investigation is required.
How to reproduce ?
pip install ligntning
git clone [email protected]:Lightning-AI/LAI-Echo-App.git
cd LAI-Echo-App
lightning run app app.py --cloud
Expected behavior: The app starts on the cloud with a functional UI. (the UI return 502)