tensorboard?

This commit is contained in:
2021-03-22 19:18:50 +01:00
parent 7d50c1df5c
commit 8365cebcb9

View File

@@ -10,7 +10,7 @@ RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.li
apt-get -y install ${DEVPKGS} python3-pip python3-torch graphicsmagick zip unzip bubblewrap \
sqlcipher gettext nodejs npm && \
pip3 install tensorboardX && \
pip3 install 'git+https://github.com/stanford-oval/genienlp0969c6ea74376b20982c0c8bea9a4732547b15cb#egg=genienlp'
pip3 install 'git+https://github.com/stanford-oval/genienlp@0969c6ea74376b20982c0c8bea9a4732547b15cb#egg=genienlp'
#setup
RUN useradd -ms /bin/bash -r almond-cloud && id almond-cloud