File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright (c) UBC-DSCI Development Team.
22# Distributed under the terms of the Modified BSD License.
3- ARG BASE_CONTAINER=jupyter/r-notebook
4- FROM $BASE_CONTAINER
3+ FROM jupyter/r-notebook
54
65LABEL maintainer="Tiffany Timbers <tiffany.timbers@gmail.com>"
76
Original file line number Diff line number Diff line change 11# Copyright (c) UBC-DSCI Development Team.
22# Distributed under the terms of the Modified BSD License.
3- ARG BASE_CONTAINER=ubcdsci/r-dsci-100:latest
4- FROM $BASE_CONTAINER
3+ FROM r-dsci-100:latest
54
65LABEL maintainer="Tiffany Timbers <tiffany.timbers@stat.ubc.ca>"
76
8- # switch to root for installation
9- # USER root
10-
117RUN mamba install --quiet --yes "rise"
128
139# install nbgrader and rise extension
@@ -18,12 +14,3 @@ RUN mamba install --quiet --yes "nbgrader=0.7.1" \
1814
1915RUN mamba clean --all -f -y
2016
21- # downgrade nbgrader to 5.6.1 so that feedback forms can be generated
22- # RUN pip install "nbconvert<6"
23-
24- # downgrade jupyter-client to 6.1.12 / nbclient to 0.5.3 to avoid errors with coroutines
25- # RUN pip install nbclient==0.5.3
26- # RUN pip install jupyter-client==6.1.12
27-
28- # switch user
29- # USER $NB_UID
You can’t perform that action at this time.
0 commit comments