You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/07/12 13:05:06 UTC

[incubator-datalab] branch develop updated: [DATALAB-2887] fixed syntax mistake in Dockerfile_jupyterlab

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new f2114816e [DATALAB-2887] fixed syntax mistake in Dockerfile_jupyterlab
     new 8a7073ac5 Merge pull request #1596 from a1expol/develop
f2114816e is described below

commit f2114816ef216cb20644bd5ba827e152bec748ea
Author: Oleksandr Polishchuk2 <ol...@epam.com>
AuthorDate: Tue Jul 12 12:37:14 2022 +0300

    [DATALAB-2887] fixed syntax mistake in Dockerfile_jupyterlab
---
 infrastructure-provisioning/src/jupyterlab/Dockerfile_jupyterlab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/jupyterlab/Dockerfile_jupyterlab b/infrastructure-provisioning/src/jupyterlab/Dockerfile_jupyterlab
index ceca3adc3..fa166ff0e 100644
--- a/infrastructure-provisioning/src/jupyterlab/Dockerfile_jupyterlab
+++ b/infrastructure-provisioning/src/jupyterlab/Dockerfile_jupyterlab
@@ -41,7 +41,7 @@ RUN apt update && apt install -y vim netcat-openbsd git
 RUN pip install --upgrade jupyterlab-git
 
 RUN echo "ENABLED PLUGINS:" && \
-    jupyter serverextension list
+    jupyter serverextension list && \
     jupyter labextension list
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org