From f740ce7ffae4c070a27beb51c5549ce08891eba2 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 24 Mar 2021 10:18:30 +0100 Subject: [PATCH] python-deps --- apps/web/almond-cloud/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/almond-cloud/Dockerfile b/apps/web/almond-cloud/Dockerfile index da8120a..8a32243 100644 --- a/apps/web/almond-cloud/Dockerfile +++ b/apps/web/almond-cloud/Dockerfile @@ -5,8 +5,9 @@ ARG DEVPKGS="git make cmake gcc g++ python-dev libsqlcipher-dev" RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \ sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \ apt-get update && \ - apt-get -y install ${DEVPKGS} python3-pip python3-torch graphicsmagick zip unzip bubblewrap \ - sqlcipher gettext nodejs npm && \ + apt-get -y install ${DEVPKGS} python3-pip python3-torch python3-dateutil python3-filelock python3-tqdm python3-pyparsing python3-joblib \ + python3-portalocker python3-click python3-packaging python3-regex python3-docopt \ + graphicsmagick zip unzip bubblewrap sqlcipher gettext nodejs npm && \ pip3 install tensorboardX && \ pip3 install 'git+https://github.com/stanford-oval/genienlp@0969c6ea74376b20982c0c8bea9a4732547b15cb#egg=genienlp' && \ git clone --depth=1 --branch v1.99.0 https://github.com/stanford-oval/almond-cloud.git /opt/almond-cloud