Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
🆕 mayavi2 development
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Jul 25, 2020
1 parent f2f30df commit 4bf82c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ FROM getfemdoc/getfem:stable
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get -y install python3-pip
RUN apt-get -y install mayavi2
RUN apt-get -y install git
RUN git clone https://github.com/enthought/mayavi.git; \
cd mayavi;\
pip3 install -r requirements.txt;\
pip3 install PyQt5;\
python3 setup.py install
# RUN apt-get -y install mayavi2
RUN apt-get -y install xvfb

# install the notebook package
Expand Down

0 comments on commit 4bf82c6

Please sign in to comment.