We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7fb12 commit bbe7cbeCopy full SHA for bbe7cbe
worker/Dockerfile
@@ -41,6 +41,5 @@ RUN lein
41
RUN apt-get install -y git
42
43
RUN pip3 install numpy scipy scikit-learn pillow h5py
44
-RUN export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc0-cp34-cp34m-linux_x86_64.whl
45
-RUN pip3 install --upgrade $TF_BINARY_URL
+RUN pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc0-cp35-cp35m-linux_x86_64.whl
46
RUN pip3 install keras
0 commit comments