tensorboard?

This commit is contained in:
2021-03-22 19:03:29 +01:00
parent 65e679cea6
commit 7d50c1df5c

View File

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