From 0286aecefa3ea083bc57774ef13c09b1ab1d7654 Mon Sep 17 00:00:00 2001 From: Philip ABBET Date: Wed, 18 Oct 2017 11:42:16 +0200 Subject: [PATCH] Update to beat.backend.python 1.3.0 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc85bd5..254f583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,6 @@ RUN set -ex \ # Install the needed packages && conda install -y \ python=2.7 \ - gevent \ opencv=3.1.0 \ numpy=1.12.1 \ scipy=0.19.0 \ @@ -84,7 +83,7 @@ RUN set -ex \ bob.sp=2.0.8 \ # Install the beat packages - && pip install -e git+https://gitlab.idiap.ch/beat/beat.backend.python.git@v1.2.2#egg=beat.backend.python \ + && pip install -e git+https://gitlab.idiap.ch/beat/beat.backend.python.git@v1.3.0#egg=beat.backend.python \ # Create the wrapper scripts for the executables && mkdir /usr/local/bin/beat \ -- 2.21.0