From 1560f3403663dcec423c0ed42a55945eb1531318 Mon Sep 17 00:00:00 2001 From: Aston Zhang Date: Fri, 13 Jul 2018 22:31:17 -0700 Subject: [PATCH] Add gluonbook --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 37e165a0..1111524d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -187,6 +187,8 @@ RUN cd /usr/local/src && git clone https://github.com/vitruvianscience/opendeep. cd cartopy && python setup.py install && \ # MXNet pip install mxnet && \ + # gluonbook + pip install gluonbook && \ # h2o # Temporary sync of conda's numpy with pip's, needed to avoid an install error #conda upgrade -y numpy && \