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
ccc0b7a2
Commit
ccc0b7a2
authored
Jan 13, 2017
by
Justine Tunney
Committed by
GitHub
Jan 13, 2017
Browse files
Upgrade Bazel in syntaxnet Dockerfile
parent
ff76fa6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
syntaxnet/Dockerfile
syntaxnet/Dockerfile
+3
-3
No files found.
syntaxnet/Dockerfile
View file @
ccc0b7a2
...
@@ -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
\
...
...
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