Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deployments/utoronto/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD5
RUN echo "deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/" > /etc/apt/sources.list.d/cran.list
RUN apt-get update -qq --yes > /dev/null && \
apt-get install --yes -qq \
r-base-core=${R_VERSION} \
r-base=${R_VERSION} \
r-base-dev=${R_VERSION} \
r-recommended=${R_VERSION} \
r-cran-littler=0.3.11-1.2004.0 \
nodejs \
npm > /dev/null
Expand Down
3 changes: 1 addition & 2 deletions deployments/utoronto/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ dependencies:
- pip:
# Infrastructure things
- jupyterlab==2.*
- voila==0.1.23
- voila==0.2.3
- nbgitpuller==0.9.*
- jupyter-resource-usage==0.5.1
- nbinteract==0.2.5
- jupytext==1.6.*
- RISE==5.6.1
- jupyter_contrib_nbextensions==0.5.1
Expand Down