To run this in DR Custom apps:
- Build the custom app
docker build . -t my-flask-app
- Save the custom app
docker save my-flask-app -o myFlaskApp.tgz
- Navigate to DataRobot's Applications page and upload the app there.
To run this in DR Custom apps:
docker build . -t my-flask-app
docker save my-flask-app -o myFlaskApp.tgz