Skip to content

datarobot/custom-apps-streamlit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example streamlit app which shows what's needed to get a basic custom app running on DataRobot.

To run the app:

  1. You may simply install streamlit and run streamlit run app.py or
  2. build the app via docker build . -t custom-apps-streamlit
  3. You may run the app via docker run -p 8080:8080 custom-apps-streamlit
  4. 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

Troubleshooting:

  • Some computers (eg M1 Macbooks) require docker images to be built via docker buildx build --platform linux/amd64 . -t custom-apps-streamlit. This requires Docker Desktop, which requires a seperate license.

About

DataRobot Custom Apps + Streamlit Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%