Skip to content
Snippets Groups Projects
Commit 50d33219 authored by calrama's avatar calrama
Browse files

[centos] Drop python packages from portable installation.

Makes it too large.
parent 91d47dc9
Branches
No related tags found
No related merge requests found
Pipeline #46446 passed
Pipeline: behavior_loader

#46449

    Pipeline: interfaces

    #46448

      ...@@ -570,13 +570,6 @@ RUN yum install -y patchelf && \ ...@@ -570,13 +570,6 @@ RUN yum install -y patchelf && \
      source /etc/profile && \ source /etc/profile && \
      make-python-portable.py /opt/python/3.8/bin/python3.8 make-python-portable.py /opt/python/3.8/bin/python3.8
      RUN /opt/python/3.8/bin/python3.8 -m pip --no-cache-dir install -U pip && \
      /opt/python/3.8/bin/python3.8 -m pip --no-cache-dir install 'cryptography<3.4' && \
      /opt/python/3.8/bin/python3.8 -m pip --no-cache-dir install \
      PySide2==5.15.2 \
      'numpy<1.22' \
      h5py
      RUN tar -C /opt/python/3.8/ --numeric-owner --xattrs --xattrs-include='*' -cf /opt/python/python-3.8.tar . RUN tar -C /opt/python/3.8/ --numeric-owner --xattrs --xattrs-include='*' -cf /opt/python/python-3.8.tar .
      ...@@ -602,11 +595,4 @@ RUN version=3.10.2 && \ ...@@ -602,11 +595,4 @@ RUN version=3.10.2 && \
      RUN source /etc/profile && \ RUN source /etc/profile && \
      make-python-portable.py /opt/python/3.10/bin/python3.10 make-python-portable.py /opt/python/3.10/bin/python3.10
      RUN /opt/python/3.10/bin/python3.10 -m pip --no-cache-dir install -U pip && \
      /opt/python/3.10/bin/python3.10 -m pip --no-cache-dir install 'cryptography<3.4' && \
      /opt/python/3.10/bin/python3.10 -m pip --no-cache-dir install \
      PySide2==5.15.2 \
      'numpy<1.22' \
      h5py
      RUN tar -C /opt/python/3.10/ --numeric-owner --xattrs --xattrs-include='*' -cf /opt/python/python-3.10.tar . RUN tar -C /opt/python/3.10/ --numeric-owner --xattrs --xattrs-include='*' -cf /opt/python/python-3.10.tar .
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment