From 96a44fad119fc4fa2d9eee732606462cccdbd88d Mon Sep 17 00:00:00 2001 From: Elias Obeid Date: Thu, 30 Mar 2017 16:11:38 +0400 Subject: [PATCH] install specific html5lib so TensorBoard can run --- Dockerfile.gpu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.gpu b/Dockerfile.gpu index 3bad5a4..57b48cf 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -136,6 +136,8 @@ RUN pip --no-cache-dir install --upgrade ipython && \ RUN pip --no-cache-dir install \ https://storage.googleapis.com/tensorflow/linux/${TENSORFLOW_ARCH}/tensorflow_${TENSORFLOW_ARCH}-${TENSORFLOW_VERSION}-cp27-none-linux_x86_64.whl +# Install specific html5lib so TensorBoard can run +RUN pip --no-cache-dir install --upgrade html5lib==1.0b8 # Install dependencies for Caffe RUN apt-get update && apt-get install -y \