Fix webpack install
This commit is contained in:
parent
3af4766358
commit
dfe96ee152
@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && \
|
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && \
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
RUN npm install webpack --save-dev
|
|
||||||
RUN npm install webpack -g
|
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 && \
|
RUN pip install -U https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl && \
|
||||||
|
Loading…
Reference in New Issue
Block a user