Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Add subsurface to docker image (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Apr 5, 2019
1 parent b88be33 commit 633f4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 633f4fe

Please sign in to comment.