Skip to content

Commit

Permalink
downgrade jupyter-client and nbclient in r-dsci-grading
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Sep 17, 2021
1 parent ff22394 commit e827876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions r-dsci-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ 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"

# downgrade jupyter-client to 6.1.12 / nbclient to 0.5.3 to avoid errors with coroutines
RUN pip install nbclient==0.5.3
RUN pip install jupyter-client==6.1.12

# switch user
USER $NB_UID

0 comments on commit e827876

Please sign in to comment.