Skip to content

Commit

Permalink
Merge pull request #10 from UBC-STAT/jupyterlab4
Browse files Browse the repository at this point in the history
JupyterLab4
  • Loading branch information
briank-git authored Apr 19, 2024
2 parents a463d79 + a8a669a commit 89b7c83
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/r-stat-201-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

2 changes: 1 addition & 1 deletion dockerfiles/r-stat-201/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ RUN chown -R ${NB_USER} /home/${NB_USER}
USER ${NB_UID}

# Disable HEALTHCHECK for performance reasons
HEALTHCHECK NONE
HEALTHCHECK NONE
Loading

0 comments on commit 89b7c83

Please sign in to comment.