From d2643170e700edf51ecd2b99dd9f674e7d3e6ca8 Mon Sep 17 00:00:00 2001 From: Khomutov Nikita Date: Fri, 29 Jan 2016 00:59:33 +0300 Subject: [PATCH] Attempt to add mpld3 package MPLD3 is a cool library that brings interactive matplotlib to python. I think it must be on Kaggle. Check http://mpld3.github.io/ for details. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e83b65bc..e956da0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,3 +37,4 @@ RUN apt-get install -y wget unzip && \ # TensorFlow RUN pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.6.0-cp34-none-linux_x86_64.whl +RUN pip install --upgrade mpld3