Skip to content

Commit 3faebdc

Browse files
Add graphnics install in docker image
1 parent 898088a commit 3faebdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ RUN git clone https://bitbucket.org/fenics-apps/cbc.block && \
3838
# fix decorator error by reinstalling scipy
3939
RUN pip uninstall -y scipy && pip install scipy
4040

41+
# and finally install graphnics
42+
RUN git clone https://github.com/IngeborgGjerde/graphnics && \
43+
cd graphnics && \
44+
python3 -m pip install -e . && \
45+
cd ..

0 commit comments

Comments
 (0)