From 38cc6d74833e4e40c66cbb624df0ccca4ebb1879 Mon Sep 17 00:00:00 2001 From: David Chudzicki Date: Wed, 15 Apr 2015 08:02:07 -0700 Subject: [PATCH] Revert "Add keras library" --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0151ed2c..e5387032 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,6 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk -y && \ cd /usr/local/src && mkdir Lasagne && cd Lasagne && \ git clone https://github.com/Lasagne/Lasagne.git && cd Lasagne && \ pip install -r requirements.txt && python setup.py install && \ - #keras - cd /usr/local/src && mkdir keras && cd keras && \ - git clone https://github.com/fchollet/keras.git && \ - cd keras && python setup.py install && \ #nolearn cd /usr/local/src && mkdir nolearn && cd nolearn && \ git clone https://github.com/dnouri/nolearn.git && cd nolearn && \