beremiz
Clone
Summary
Browse
Changes
Graph
Attempt (disabled) to systematically attach a cobalt shadow thread to python threads.
svghmi
2019-12-09, Edouard Tisserant
7825a76f5ffb
Attempt (disabled) to systematically attach a cobalt shadow thread to python threads.
When experimenting with pthread_cond, didn't see any enhancement.
#
# Dockerfile for wxPython3.0 running on python2.7
#
FROM python:2.7-stretch
RUN set -xe \
&& apt-get update \
&& apt-get install -y --no-install-recommends python-wxgtk3.0 python-matplotlib \
&& apt-get install -y --no-install-recommends python-xvfbwrapper xvfb \
&& apt-get clean