Skip to content
Snippets Groups Projects

WIP: GUI version

Merged Sebastian Höffner requested to merge feature/gui into master
1 file
+ 6
3
Compare changes
  • Side-by-side
  • Inline
+ 6
3
@@ -9,13 +9,16 @@ RUN apt-get -qq update \
build-essential \
swig \
libfreetype6-dev \
libfontconfig-dev \
git \
&& apt-get clean
RUN conda install -y \
pyyaml \
matplotlib \
scipy=0.18.0 \
pyqt=4
numpy=1.5.1 \
scipy=0.11.0 \
matplotlib=1.1.1 \
pyqt=4 \
libpng=1.2.50
RUN curl -s https://master.dl.sourceforge.net/project/mmlf/mmlf/${mmlf_version}/mmlf-${mmlf_version}.tar.gz | gunzip - | tar xf -
# Fix mmlf
Loading