FROM quay.io/jupyter/base-notebook:latest

# Install the collaboration extension for real-time Yjs sync
RUN pip install --no-cache-dir \
    "jupyter-collaboration>=4.1.1"
