Skip to content

Commit

Permalink
add plotly and matplotlib dependencies to release container image (fi…
Browse files Browse the repository at this point in the history
…xes plotly is missing from docker image #3098)
  • Loading branch information
rodja committed May 22, 2024
1 parent 2d69785 commit 4b3eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LABEL maintainer="Zauberzeug GmbH <info@zauberzeug.com>"

RUN python -m pip install --upgrade pip

RUN python -m pip install nicegui==$VERSION itsdangerous isort docutils requests
RUN python -m pip install nicegui[plotly,matplotlib]==$VERSION itsdangerous isort docutils requests

WORKDIR /app

Expand Down

0 comments on commit 4b3eb85

Please sign in to comment.