From dfe96ee152f7d0c2c1147c996669d0ea0c03b64b Mon Sep 17 00:00:00 2001 From: python273 Date: Thu, 17 Nov 2016 20:43:18 +0300 Subject: [PATCH] Fix webpack install --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e557a46..b918a73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && \ apt-get install -y nodejs -RUN npm install webpack --save-dev RUN npm install webpack -g RUN pip install -U https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl && \