Skip to content

Commit 4e90aa7

Browse files
committed
fix: remove MPLBACKEND
1 parent e9ff89c commit 4e90aa7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ RUN pip install --no-cache-dir --no-deps . \
3939
&& bash scripts/generate_client.sh \
4040
&& python -c "from ref_tutorials import fetch_sample_data; fetch_sample_data()" \
4141
&& python -c "import matplotlib.pyplot as plt; plt.figure(); plt.text(0, 0, 'warm fonts'); plt.close('all')"
42-
43-
# Use the non-interactive Agg backend by default (matches .binder/start).
44-
ENV MPLBACKEND=Agg

0 commit comments

Comments
 (0)