"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "319118341de10b6f23ed9e121f4f7377ab824e15"
Commit c2592592 authored by Jean de Klerk's avatar Jean de Klerk Committed by calberti
Browse files

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 ...@@ -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"
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