Permalink
Browse files

Update dockerfile to allow notebook to run (#1308)

This fixes the 'running as root is not recommended' crash
  • Loading branch information...
1 parent f577d65 commit c259259299db3b486ccdfd6cdec44b884623053a @jadekler jadekler committed with calberti Apr 6, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 syntaxnet/Dockerfile
View
@@ -89,4 +89,4 @@ EXPOSE 8888
COPY examples $SYNTAXNETDIR/syntaxnet/examples
# 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"

0 comments on commit c259259

Please sign in to comment.