Skip to content

Commit 35faf18

Browse files
cleanup dockerfiles (mostly just to force a push / tag bump to test new action)
1 parent 734a308 commit 35faf18

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

r-dsci-100/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

65
LABEL maintainer="Tiffany Timbers <tiffany.timbers@gmail.com>"
76

r-dsci-grading/Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
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

65
LABEL maintainer="Tiffany Timbers <tiffany.timbers@stat.ubc.ca>"
76

8-
# switch to root for installation
9-
#USER root
10-
117
RUN 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

1915
RUN 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

0 commit comments

Comments
 (0)