Skip to content
Snippets Groups Projects
Commit 7d3b5916 authored by Adam Fekete's avatar Adam Fekete
Browse files

using uv

parent 09deb26b
No related branches found
No related tags found
1 merge request!1avoid uninstalls
Pipeline #244909 failed
......@@ -4,8 +4,10 @@ FROM quay.io/jupyter/scipy-notebook:x86_64-lab-4.2.5
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
COPY --from=ghcr.io/astral-sh/uv:0.6.9 /uv /uvx /bin/
COPY --chown=${NB_UID}:${NB_GID} mattergen /opt/mattergen
RUN pip install -e /opt/mattergen \
RUN uv pip install -e /opt/mattergen \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment