This is an automated email from the ASF dual-hosted git repository.
dmysakovets pushed a commit to branch DLAB-433
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-433 by this push:
new 09963c8 [DLAB-433] Demo-version; changed source docker image to a new
one with jupyter exstension and added start command for the exstension
09963c8 is described below
commit 09963c862d54282423eecb95d798054bf92814ef
Author: Dyoma33 <[email protected]>
AuthorDate: Thu May 30 17:20:07 2019 +0300
[DLAB-433] Demo-version; changed source docker image to a new one with
jupyter exstension and added start command for the exstension
---
infrastructure-provisioning/src/jupyter-docker/Dockerfile_jupyter | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/jupyter-docker/Dockerfile_jupyter
b/infrastructure-provisioning/src/jupyter-docker/Dockerfile_jupyter
index c6875af..18b94a2 100644
--- a/infrastructure-provisioning/src/jupyter-docker/Dockerfile_jupyter
+++ b/infrastructure-provisioning/src/jupyter-docker/Dockerfile_jupyter
@@ -19,7 +19,7 @@
#
#
******************************************************************************
-FROM legionplatformtest/python-toolchain:1.0.0-rc12
+FROM
nexus.cc.epm.kharlamov.biz:443/legion/python-toolchain:1.0.0-20190530133321.323.c63f688
ARG NB_USER="nb_user"
@@ -36,6 +36,10 @@ RUN sed -i
's|CONF_PATH|/etc/jupyter/jupyter_notebook_config.py|' /jupyter_run.
&& chown -R 1001:1001 /etc/jupyter \
&& chown -R 1001:1001 /opt/legion
+RUN jupyter labextension disable jupyter.extensions.legion:local
+
USER $NB_USER
+RUN jupyter serverextension enable --py jupyter_legion
+
ENTRYPOINT ["/jupyter_run.sh", "-d"]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]