Skip to content

Commit

Permalink
upgrade base image
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Jun 27, 2024
1 parent 74a2157 commit 44376ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/jupyter/minimal-notebook:2024-03-14
FROM quay.io/jupyter/minimal-notebook:2024-06-24

USER root

Expand All @@ -21,13 +21,8 @@ RUN mkdir -p ${DESKTOP_FILES_DIR} ${MIME_FILES_DIR}

USER ${NB_UID}

# Setup qgis
# note: latest version of qgis was breaking the python installation
# so we are pinning to an older version for now
# todo: link to an issue with details

RUN mamba install -c conda-forge --yes \
qgis==3.36.0 \
qgis \
qgis-plugin-manager

COPY --chown=1000:1000 setup-qgis-plugins.bash /tmp/setup-qgis-plugins.bash
Expand Down
3 changes: 0 additions & 3 deletions setup-scripts/setup-linux-desktop.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ mamba install -c conda-forge --yes \
jupyter-server-proxy \
nbgitpuller

# Until https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/87 is sorted
# python -m pip install --no-cache git+https://github.com/jupyterhub/jupyter-remote-desktop-proxy@a7c1ae9bca94ca3a4bbf90f7a105e16b1603d4bd

fix-permissions "${CONDA_DIR}"
fix-permissions "/home/${NB_USER}"

0 comments on commit 44376ea

Please sign in to comment.