From 633f4feb4ddc9307ce5cdabd9bd5b2928a610392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Fri, 5 Apr 2019 15:31:07 +0200 Subject: [PATCH] Add subsurface to docker image (#2) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.