Skip to content

Instantly share code, notes, and snippets.

View matthewwiese's full-sized avatar
💭
🤪

matt matthewwiese

💭
🤪
  • some old 32-bit powerpc
View GitHub Profile
@matthewwiese
matthewwiese / JupyterHub.dockerfile
Created August 4, 2023 15:51
jupyterhub/dockerspawner #453 - Volume Root Permissions Repro
FROM jupyterhub/jupyterhub:4.0.1
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
git \
&& rm -rf /var/lib/apt/lists/*
RUN python3 -m pip install --no-cache-dir \
dockerspawner