This is an example streamlit app which shows what's needed to get a basic custom app running on DataRobot.
To run the app:
- You may simply install streamlit and run
streamlit run app.py
or - build the app via
docker build . -t custom-apps-streamlit
- You may run the app via
docker run -p 8080:8080 custom-apps-streamlit
- If you're satisfied with the app, run
docker save custom-apps-streamlit -o mycustomapp.tgz
to save an image which can be run on datarobot