Skip to content
Snippets Groups Projects
Commit 11a87cac authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Add more missing --break-system-packages

parent 7d67509e
No related branches found
No related tags found
No related merge requests found
Pipeline #51994 failed
...@@ -16,12 +16,12 @@ ARG PYLIB ...@@ -16,12 +16,12 @@ ARG PYLIB
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \ ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json pylib_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \ RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
cd caosdb-pylib && git checkout ${PYLIB} && pip3 install . cd caosdb-pylib && git checkout ${PYLIB} && pip3 install --break-system-packages .
ARG ADVANCED ARG ADVANCED
ADD https://gitlab.indiscale.com/api/v4/projects/104/repository/commits/${ADVANCED} \ ADD https://gitlab.indiscale.com/api/v4/projects/104/repository/commits/${ADVANCED} \
advanced_version.json advanced_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git && \ RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git && \
cd caosdb-advanced-user-tools && git checkout ${ADVANCED} && pip3 install .[h5-crawler] cd caosdb-advanced-user-tools && git checkout ${ADVANCED} && pip3 install --break-system-packages .[h5-crawler]
COPY . /git COPY . /git
# Delete .git because it is huge. # Delete .git because it is huge.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment