Skip to content

Commit 5389746

Browse files
committed
adding xvfb
1 parent 6213dce commit 5389746

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@ RUN pip install scipy && \
210210
conda clean -i -l -t -y && \
211211
rm -rf /usr/local/src/*
212212

213+
214+
# xvfbwrapper with dependencies
215+
RUN apt-get install -y xvfb && \
216+
pip install xvfbwrapper && \
217+
# ~~~~ CLEAN UP ~~~~
218+
rm -rf /root/.cache/pip/* && \
219+
apt-get autoremove -y && apt-get clean
220+
221+
213222
RUN pip install --upgrade mpld3 && \
214223
pip install mplleaflet && \
215224
pip install gpxpy && \

0 commit comments

Comments
 (0)