Skip to content

Commit 7800075

Browse files
author
Mathias Deschamps
committed
Fix configure path
1 parent 452fa40 commit 7800075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/syntaxnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ENV PYTHON_BIN_PATH=/usr/bin/python
7171
# source. This makes it more convenient to re-compile DRAGNN / SyntaxNet for
7272
# development (though not as convenient as the docker-devel scripts).
7373
RUN cd $SYNTAXNETDIR/syntaxnet/tensorflow \
74-
&& ./configured CPU \
74+
&& ./configure CPU \
7575
&& cd $SYNTAXNETDIR/syntaxnet \
7676
&& bazel build -c opt @org_tensorflow//tensorflow:tensorflow_py
7777

0 commit comments

Comments
 (0)