Skip to content

Commit

Permalink
Uninstall RISE with -y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl authored Mar 15, 2024
1 parent 7c5f419 commit b6ccde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exam-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER $NB_USER
RUN e2xgrader activate student_exam --sys-prefix

# Remove RISE
RUN pip uninstall RISE
RUN pip uninstall -y RISE

# Jupyter extension list
RUN jupyter nbextension list

0 comments on commit b6ccde8

Please sign in to comment.