From a0d886c8b12fcc982355379ec18d5b5adb76a428 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Wed, 18 Mar 2026 19:00:53 -0600 Subject: [PATCH] downgrade pixi to 0.65.0 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 61c2dc5..c48cfd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,8 @@ COPY --from=build --chmod=0755 /app/entrypoint.sh /app/entrypoint.sh COPY config/jupyter_notebook_config.py /usr/local/etc/jupyter_notebook_config.py COPY --chmod=0755 config/SetupPrivateJupyterLab.sh /usr/local/bin/SetupPrivateJupyterLab.sh +RUN pixi self-update --version 0.65.0 + # Singularity/Apptainer host GPU driver compatibility # see https://github.com/singularityware/singularity/issues/611 RUN mkdir -p /host-libs && \