From de3f6a74c2be9fb8bb2eb9f36809a17584903b91 Mon Sep 17 00:00:00 2001 From: Rowan Gaffney Date: Tue, 7 Jul 2020 11:32:05 -0600 Subject: [PATCH] Update Dockerfile --- data_science_im_rs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_science_im_rs/Dockerfile b/data_science_im_rs/Dockerfile index 3520a8e..0ed5cf2 100644 --- a/data_science_im_rs/Dockerfile +++ b/data_science_im_rs/Dockerfile @@ -7,7 +7,7 @@ ARG VCS_REF LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-url="https://github.com/rmg55/container_stacks.git" \ org.label-schema.vcs-ref=$VCS_REF \ - org.label-schema.description="Data science image built from the jupyter stacks minimal-notebook image. Includes JupyterLab with a proxy to RStudio server, VSCode server, and Panel. Includes kernels for Python, R, and possible IDL (if present in the host machine in specific folders). Software packages/modules are focused on spatial data analytics, remote sensing, and machine learning." + org.label-schema.description="Data science image built from the jupyter stacks minimal-notebook image. Includes JupyterLab with a server-proxy to RStudio server, VSCode server, and Panel. Includes kernels for Python, R, and possible IDL (if present in the host machine in specific folders). Software packages/modules are focused on spatial data analytics, remote sensing, and machine learning." SHELL ["/bin/bash", "-c"] USER root