Commit 78000759 authored by Mathias Deschamps's avatar Mathias Deschamps
Browse files

Fix configure path

parent 452fa403
...@@ -71,7 +71,7 @@ ENV PYTHON_BIN_PATH=/usr/bin/python ...@@ -71,7 +71,7 @@ ENV PYTHON_BIN_PATH=/usr/bin/python
# source. This makes it more convenient to re-compile DRAGNN / SyntaxNet for # source. This makes it more convenient to re-compile DRAGNN / SyntaxNet for
# development (though not as convenient as the docker-devel scripts). # development (though not as convenient as the docker-devel scripts).
RUN cd $SYNTAXNETDIR/syntaxnet/tensorflow \ RUN cd $SYNTAXNETDIR/syntaxnet/tensorflow \
&& ./configured CPU \ && ./configure CPU \
&& cd $SYNTAXNETDIR/syntaxnet \ && cd $SYNTAXNETDIR/syntaxnet \
&& bazel build -c opt @org_tensorflow//tensorflow:tensorflow_py && bazel build -c opt @org_tensorflow//tensorflow:tensorflow_py
......
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