Skip to content

Commit

Permalink
Merge pull request #3 from domenicrosati/MG-186
Browse files Browse the repository at this point in the history
MG-186: Compile Tensorflow from sources
  • Loading branch information
domenicrosati authored Nov 21, 2017
2 parents 15a1330 + f59f824 commit e87c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo "deb http://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/

# install tensorflow from sources
RUN curl -sSL https://github.com/tensorflow/tensorflow/archive/r1.4.zip -o tensorflow.zip \
&& unzip -q tensorflow.zip && mv /tensorflow-r1.4 /tensorflow && rm tensorflow.zip
&& unzip -q tensorflow.zip && mv /tensorflow-r1.4 /tensorflow && rm tensorflow.zip \
&& cd tensorflow \
&& tensorflow/tools/ci_build/builds/configured CPU \
&& touch WORKSPACE \
Expand Down

0 comments on commit e87c3ac

Please sign in to comment.