Skip to content

Commit

Permalink
Merge pull request tensorflow#898 from tensorflow/upgrade-bazeldocker…
Browse files Browse the repository at this point in the history
…file

Upgrade Bazel in syntaxnet Dockerfile
  • Loading branch information
gunan authored Jan 15, 2017
2 parents f526842 + ccc0b7a commit 6eeef03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntaxnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN mkdir -p $SYNTAXNETDIR \
&& pip install -U protobuf==3.0.0 \
&& pip install asciitree \
&& pip install numpy \
&& wget https://github.com/bazelbuild/bazel/releases/download/0.3.1/bazel-0.3.1-installer-linux-x86_64.sh \
&& chmod +x bazel-0.3.1-installer-linux-x86_64.sh \
&& ./bazel-0.3.1-installer-linux-x86_64.sh --user \
&& wget https://github.com/bazelbuild/bazel/releases/download/0.4.3/bazel-0.4.3-installer-linux-x86_64.sh \
&& chmod +x bazel-0.4.3-installer-linux-x86_64.sh \
&& ./bazel-0.4.3-installer-linux-x86_64.sh --user \
&& git clone --recursive https://github.com/tensorflow/models.git \
&& cd $SYNTAXNETDIR/models/syntaxnet/tensorflow \
&& echo "\n\n\n\n" | ./configure \
Expand Down

0 comments on commit 6eeef03

Please sign in to comment.