Skip to content

Commit

Permalink
Add libecl in Docker (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored May 6, 2020
1 parent c0f5785 commit e7194f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/webviz-subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
pushd example_subsurface_app
# Related to https://github.com/equinor/webviz-config/issues/150:
echo "RUN pip install --user git+https://github.com/equinor/webviz-subsurface" >> Dockerfile
# fmu-ensemble currently miss libecl dependency
echo "RUN pip install --user libecl" >> Dockerfile
docker build -t webviz/example_subsurface_image:equinor-theme .
popd
Expand Down

0 comments on commit e7194f6

Please sign in to comment.