"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "80ef7feed1a9d7db4a015f391da5b7d127a3479b"
Commit ccc0b7a2 authored by Justine Tunney's avatar Justine Tunney Committed by GitHub
Browse files

Upgrade Bazel in syntaxnet Dockerfile

parent ff76fa6f
...@@ -10,9 +10,9 @@ RUN mkdir -p $SYNTAXNETDIR \ ...@@ -10,9 +10,9 @@ RUN mkdir -p $SYNTAXNETDIR \
&& pip install -U protobuf==3.0.0 \ && pip install -U protobuf==3.0.0 \
&& pip install asciitree \ && pip install asciitree \
&& pip install numpy \ && pip install numpy \
&& wget https://github.com/bazelbuild/bazel/releases/download/0.3.1/bazel-0.3.1-installer-linux-x86_64.sh \ && wget https://github.com/bazelbuild/bazel/releases/download/0.4.3/bazel-0.4.3-installer-linux-x86_64.sh \
&& chmod +x bazel-0.3.1-installer-linux-x86_64.sh \ && chmod +x bazel-0.4.3-installer-linux-x86_64.sh \
&& ./bazel-0.3.1-installer-linux-x86_64.sh --user \ && ./bazel-0.4.3-installer-linux-x86_64.sh --user \
&& git clone --recursive https://github.com/tensorflow/models.git \ && git clone --recursive https://github.com/tensorflow/models.git \
&& cd $SYNTAXNETDIR/models/syntaxnet/tensorflow \ && cd $SYNTAXNETDIR/models/syntaxnet/tensorflow \
&& echo "\n\n\n\n" | ./configure \ && echo "\n\n\n\n" | ./configure \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment