We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452fa40 commit 7800075Copy full SHA for 7800075
research/syntaxnet/Dockerfile
@@ -71,7 +71,7 @@ ENV PYTHON_BIN_PATH=/usr/bin/python
71
# source. This makes it more convenient to re-compile DRAGNN / SyntaxNet for
72
# development (though not as convenient as the docker-devel scripts).
73
RUN cd $SYNTAXNETDIR/syntaxnet/tensorflow \
74
- && ./configured CPU \
+ && ./configure CPU \
75
&& cd $SYNTAXNETDIR/syntaxnet \
76
&& bazel build -c opt @org_tensorflow//tensorflow:tensorflow_py
77
0 commit comments