Skip to content

Commit

Permalink
Update vizro-core/docs/pages/user-guides/deploy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Stichbury <[email protected]>
  • Loading branch information
maxschulz-COL and stichbury authored Jan 31, 2025
1 parent 5d5c3d6 commit 592789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/user-guides/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ ENTRYPOINT ["gunicorn", "app:app", "--workers", "4", "--bind", "0.0.0.0:7860"]
1. Install the [Python dependencies](#dependencies) as [described in the `uv` documentation](https://docs.astral.sh/uv/guides/integration/docker/#installing-requirements). The app files are copied into the container after installing dependencies to optimise Docker's [build cache](https://docs.docker.com/build/cache/).
1. Run the Vizro app using [Gunicorn](#gunicorn).

### Advanced configuration
### Advanced Dockerfile configuration

Vizro is built on top of [Dash](https://dash.plotly.com/), which itself uses [Flask](https://flask.palletsprojects.com/). Deployment of Vizro is essentially the same as deployment of the underlying frameworks, and more guidance can be found in [Flask's deployment documentation](https://flask.palletsprojects.com/en/2.0.x/deploying/) and [Dash's deployment documentation](https://dash.plotly.com/deployment).

Expand Down

0 comments on commit 592789f

Please sign in to comment.