Skip to content

Commit

Permalink
downgrade nbgrader to 5.6.1 so that feedback forms can be generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 18, 2021
1 parent b58cf97 commit 81cba9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions r-dsci-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ RUN jupyter nbextension install --sys-prefix --py nbgrader --overwrite
RUN jupyter nbextension enable --sys-prefix --py nbgrader
RUN jupyter serverextension enable --sys-prefix --py nbgrader

# downgrade nbgrader to 5.6.1 so that feedback forms can be generated
RUN pip install "nbconvert<6"

# switch user
USER $NB_UID

0 comments on commit 81cba9f

Please sign in to comment.