Commit c2592592 authored by Jean de Klerk's avatar Jean de Klerk Committed by calberti

Update dockerfile to allow notebook to run (#1308)

This fixes the 'running as root is not recommended' crash
parent f577d653
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment