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

fix

parent 7d3b5916
Branches
No related tags found
1 merge request!1avoid uninstalls
Pipeline #244911 failed
...@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ...@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
COPY --from=ghcr.io/astral-sh/uv:0.6.9 /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:0.6.9 /uv /uvx /bin/
COPY --chown=${NB_UID}:${NB_GID} mattergen /opt/mattergen COPY --chown=${NB_UID}:${NB_GID} mattergen /opt/mattergen
RUN uv pip install -e /opt/mattergen \ RUN uv pip install --system -e /opt/mattergen \
&& fix-permissions "${CONDA_DIR}" \ && fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}" && 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