diff --git a/Dockerfile b/Dockerfile index c948c83..4599b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM tiangolo/uwsgi-nginx-flask:python3.7 RUN pip install -U pip -RUN pip install webviz-config #webviz-subsurface +RUN pip install webviz-config webviz-subsurface # Change from full plotly bundle to one not depending on javascript eval. # See https://github.com/plotly/dash-core-components/issues/462 for details.