From 57786c497481b94b6547d6ecd56a7aede18222d3 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Tue, 25 Jun 2024 18:38:30 -0700 Subject: [PATCH] Add kaleido Ref https://2i2c.freshdesk.com/a/tickets/1783 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 55d3c1e..427d404 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ USER ${NB_USER} # Install learnr and other requested packages in https://2i2c.freshdesk.com/a/tickets/741 # mosaic installed per https://2i2c.freshdesk.com/a/tickets/973 +# kaleido installed per https://2i2c.freshdesk.com/a/tickets/1783 RUN install2.r --skipinstalled \ learnr \ XLConnect \ @@ -33,6 +34,7 @@ RUN install2.r --skipinstalled \ ggmap \ quantmod \ mosaic \ + kaleido \ && rm -rf /tmp/downloaded_packages # Set working directory so Jupyter knows where to start