Skip to content

Commit bbe7cbe

Browse files
committed
Fix tensorflow version
1 parent 0b7fb12 commit bbe7cbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

worker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ RUN lein
4141
RUN apt-get install -y git
4242

4343
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
44+
RUN pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc0-cp35-cp35m-linux_x86_64.whl
4645
RUN pip3 install keras

0 commit comments

Comments
 (0)