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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Jul 25, 2020
1 parent 46366dc commit d6121c4
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 @@ -9,7 +9,7 @@ RUN git clone https://github.com/enthought/mayavi.git; \
pip3 install PyQt5;\
python3 setup.py install
# RUN apt-get -y install mayavi2
RUN libgl1-mesa-dev
RUN apt-get -y install libgl1-mesa-dev
RUN apt-get -y install xvfb

# install the notebook package
Expand Down

0 comments on commit d6121c4

Please sign in to comment.