Fix webpack install

This commit is contained in:
python273 2016-11-17 20:43:18 +03:00
parent 3af4766358
commit dfe96ee152
No known key found for this signature in database
GPG Key ID: B8A168B3A02C01E3

View File

@ -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 && \