Dockerizing the Application

In the previous lesson, we created a stand-alone application with PyInstaller. If an application is intended to run on a specific platform or operating system, and there’s no need to worry about cross-platform compatibility, this can be a straightforward option. A PyInstaller standalone executable can be run with a double-click, providing a familiar installation and execution process for nontechnical users.

But when it comes to cloud deployment of the Dash interactive web app, there are better options.

Get hands-on with 1200+ tech skills courses.