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 911902f commit 0b7fb12Copy full SHA for 0b7fb12
worker/Dockerfile
@@ -41,5 +41,6 @@ RUN lein
41
RUN apt-get install -y git
42
43
RUN pip3 install numpy scipy scikit-learn pillow h5py
44
-RUN pip3 install --upgrade --no-deps git+git://github.com/Theano/Theano.git
+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
46
RUN pip3 install keras
0 commit comments