Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
78000759
Commit
78000759
authored
Nov 07, 2017
by
Mathias Deschamps
Browse files
Fix configure path
parent
452fa403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/syntaxnet/Dockerfile
research/syntaxnet/Dockerfile
+1
-1
No files found.
research/syntaxnet/Dockerfile
View file @
78000759
...
@@ -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
\
&&
./configure
d
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment