Skip to content

Commit

Permalink
Add line to update jupyter server.
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Aug 29, 2023
1 parent e63f0fd commit 7fceae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/r-stat-301-grading/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ RUN mamba install --quiet --yes \
'rise' \
'nbgrader=0.8.2' && \
mamba clean --all -f -y

# re-upgrade jupyter-server (mamba downgrades it)
RUN pip install --upgrade jupyter-server

0 comments on commit 7fceae6

Please sign in to comment.