-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from underworldcode/v2.10_release
V2.10 release
- Loading branch information
Showing
63 changed files
with
874 additions
and
6,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM underworldcode/underworld2:2.9.1b | ||
FROM underworldcode/underworld2:2.10.0b | ||
|
||
# Set the UW_MACHINE env variable for metrics | ||
ENV UW_MACHINE binder |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM gcr.io/deepnote-200602/templates/deepnote | ||
|
||
RUN sudo apt-get update -qq | ||
RUN DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq --no-install-recommends bash-completion build-essential git python3-minimal python3-dev python3-pip libxml2-dev xorg-dev ssh curl libfreetype6-dev libpng-dev libxft-dev xvfb freeglut3 freeglut3-dev libgl1-mesa-dri libgl1-mesa-glx python3-tk rsync vim less xauth swig gdb python3-dbg cmake python3-setuptools wget ca-certificates gfortran petsc-dev | ||
|
||
RUN pip3 install --no-cache-dir packaging h5py appdirs numpy plotly matplotlib pillow pyvirtualdisplay ipython ipyparallel pint sphinx sphinx_rtd_theme sphinxcontrib-napoleon mock scipy tabulate mpi4py scons | ||
RUN pip3 install lavavu | ||
RUN pip3 install git+https://github.com/underworldcode/underworld2 | ||
RUN pip3 install UWGeodynamics | ||
|
||
# hack to force xvfb | ||
RUN sed -i 's/in _os/not in _os/g' /opt/venv/lib/python3.7/site-packages/underworld/visualisation/__init__.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.