Skip to content

Commit

Permalink
Make grading dockerfile format consistent with student.
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Aug 25, 2023
1 parent 02f9a85 commit e63f0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/r-stat-301-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ LABEL maintainer="Brian Kim <brian.kim@stat.ubc.ca>"
# install rise slides extension, nbgrader, clean cache
RUN mamba install --quiet --yes \
'rise' \
'nbgrader=0.8.2' \
&& mamba clean --all -f -y \
'nbgrader=0.8.2' && \
mamba clean --all -f -y

0 comments on commit e63f0fd

Please sign in to comment.