Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 8f96acb

Browse files
Merge pull request #108 from GeorgianaElena/fix-rstudio
Fix RStudio install
2 parents 8e98f5f + 1e38f41 commit 8f96acb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployments/utoronto/image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD5
5353
RUN echo "deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/" > /etc/apt/sources.list.d/cran.list
5454
RUN apt-get update -qq --yes > /dev/null && \
5555
apt-get install --yes -qq \
56-
r-base-core=${R_VERSION} \
56+
r-base=${R_VERSION} \
5757
r-base-dev=${R_VERSION} \
58+
r-recommended=${R_VERSION} \
5859
r-cran-littler=0.3.11-1.2004.0 \
5960
nodejs \
6061
npm > /dev/null

deployments/utoronto/image/environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ dependencies:
3030
- pip:
3131
# Infrastructure things
3232
- jupyterlab==2.*
33-
- voila==0.1.23
33+
- voila==0.2.3
3434
- nbgitpuller==0.9.*
3535
- jupyter-resource-usage==0.5.1
36-
- nbinteract==0.2.5
3736
- jupytext==1.6.*
3837
- RISE==5.6.1
3938
- jupyter_contrib_nbextensions==0.5.1

0 commit comments

Comments
 (0)