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