From 6726de9540c343c1c4725bb31ebd2dae54b568c0 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Houde Date: Fri, 9 Oct 2020 09:45:21 -0400 Subject: [PATCH] BF: fixed Matplotlib backend in dockerfile --- containers/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/Dockerfile b/containers/Dockerfile index 049b2af44..ff7abe764 100755 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -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