Skip to content

Commit

Permalink
Merge pull request #336 from jchoude/BF_fix_docker_mpl_backend
Browse files Browse the repository at this point in the history
BF: fixed Matplotlib backend in dockerfile
  • Loading branch information
GuillaumeTh authored Oct 14, 2020
2 parents 0067ba1 + 6726de9 commit f337f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ RUN mv scilpy-${SCILPY_VERSION} scilpy

WORKDIR /scilpy
RUN pip install -e .

RUN sed -i '41s/.*/backend : Agg/' /usr/local/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc

0 comments on commit f337f43

Please sign in to comment.