From c46975c112546b2bf9416e8aa45623792829a525 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 23 Mar 2021 16:09:04 +0100 Subject: [PATCH] we actually need to fetch that thang! --- apps/web/almond-cloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/almond-cloud/Dockerfile b/apps/web/almond-cloud/Dockerfile index e291f78..07386b6 100644 --- a/apps/web/almond-cloud/Dockerfile +++ b/apps/web/almond-cloud/Dockerfile @@ -12,7 +12,7 @@ RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.li sqlcipher gettext nodejs npm && \ pip3 install tensorboardX && \ pip3 install 'git+https://github.com/stanford-oval/genienlp@0969c6ea74376b20982c0c8bea9a4732547b15cb#egg=genienlp' && \ - cd /opt; git clone --depth=1 https://github.com/stanford-oval/almond-cloud.git --branch branch-${VER} ${VER} + cd /opt; git clone --depth=1 --branch ${VER} https://github.com/stanford-oval/almond-cloud.git #setup RUN useradd -ms /bin/bash -r almond-cloud && id almond-cloud