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
c2592592
Commit
c2592592
authored
Apr 06, 2017
by
Jean de Klerk
Committed by
calberti
Apr 06, 2017
Browse files
Update dockerfile to allow notebook to run (#1308)
This fixes the 'running as root is not recommended' crash
parent
f577d653
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
syntaxnet/Dockerfile
syntaxnet/Dockerfile
+1
-1
No files found.
syntaxnet/Dockerfile
View file @
c2592592
...
@@ -89,4 +89,4 @@ EXPOSE 8888
...
@@ -89,4 +89,4 @@ EXPOSE 8888
COPY
examples $SYNTAXNETDIR/syntaxnet/examples
COPY
examples $SYNTAXNETDIR/syntaxnet/examples
# Todo: Move this earlier in the file (don't want to invalidate caches for now).
# Todo: Move this earlier in the file (don't want to invalidate caches for now).
CMD
/bin/bash -c "bazel-bin/dragnn/tools/oss_notebook_launcher notebook --debug --notebook-dir=/opt/tensorflow/syntaxnet/examples"
CMD
/bin/bash -c "bazel-bin/dragnn/tools/oss_notebook_launcher notebook --debug --notebook-dir=/opt/tensorflow/syntaxnet/examples
--allow-root
"
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