Newer
Older
Josh Dimarsky
committed
RUN apt-get install -y build-essential bash-completion
Josh Dimarsky
committed
# libgles2-mesa needed for pytest-qt
RUN apt-get install -y libhdf5-dev libgles2-mesa-dev
Josh Dimarsky
committed
COPY requirements-dev.txt /tmp
RUN python -m pip install -r /tmp/requirements-dev.txt
RUN git config --global --add safe.directory /home/pandas