Skip to content

Commit

Permalink
Allow shortcuts on instructor image
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Apr 19, 2024
1 parent 30e67bf commit b454988
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 @@ -13,3 +13,6 @@ RUN mamba install --quiet --yes \

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

# Allow all shortcuts
RUN rm -f /home/${NB_USER}/.jupyter/lab/user-settings/\@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings

0 comments on commit b454988

Please sign in to comment.