chore: Add comment to reference RStudio license. (kubeflow/kubeflow#5884)

This commit is contained in:
James Liu 2021-05-06 04:39:05 -07:00 committed by GitHub
parent 0563160233
commit 51d0acb344
1 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ RUN echo "TZ=${TZ}" >> ${R_HOME}/etc/Renviron.site
USER root USER root
# install - rstudio-server # install - rstudio-server
# Affero General Public License may apply to RStudio: https://www.gnu.org/licenses/agpl-3.0.en.html
RUN curl -sL "https://download2.rstudio.org/server/bionic/${RSTUDIO_ARCH}/rstudio-server-${RSTUDIO_VERSION}-${RSTUDIO_ARCH}.deb" -o /tmp/rstudio-server.deb \ RUN curl -sL "https://download2.rstudio.org/server/bionic/${RSTUDIO_ARCH}/rstudio-server-${RSTUDIO_VERSION}-${RSTUDIO_ARCH}.deb" -o /tmp/rstudio-server.deb \
&& echo "${RSTUDIO_SHA256} /tmp/rstudio-server.deb" | sha256sum --check \ && echo "${RSTUDIO_SHA256} /tmp/rstudio-server.deb" | sha256sum --check \
&& dpkg -i /tmp/rstudio-server.deb \ && dpkg -i /tmp/rstudio-server.deb \
@ -113,4 +114,4 @@ USER ${NB_UID}
EXPOSE 8888 EXPOSE 8888
ENTRYPOINT ["/init"] ENTRYPOINT ["/init"]