we actually need to fetch that thang!

This commit is contained in:
2021-03-23 16:29:04 +01:00
parent c46975c112
commit 5a577afdd5

View File

@@ -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 && \ sqlcipher gettext nodejs npm && \
pip3 install tensorboardX && \ pip3 install tensorboardX && \
pip3 install 'git+https://github.com/stanford-oval/genienlp@0969c6ea74376b20982c0c8bea9a4732547b15cb#egg=genienlp' && \ pip3 install 'git+https://github.com/stanford-oval/genienlp@0969c6ea74376b20982c0c8bea9a4732547b15cb#egg=genienlp' && \
cd /opt; git clone --depth=1 --branch ${VER} https://github.com/stanford-oval/almond-cloud.git git clone --depth=1 --branch v1.99.0 https://github.com/stanford-oval/almond-cloud.git /opt/almond-cloud
#setup #setup
RUN useradd -ms /bin/bash -r almond-cloud && id almond-cloud RUN useradd -ms /bin/bash -r almond-cloud && id almond-cloud