Skip to content
Snippets Groups Projects
Commit 7e327279 authored by calrama's avatar calrama
Browse files

[centos] Add some basic packages to portable python distribution

parent 55ae5171
No related branches found
No related tags found
No related merge requests found
Pipeline #46413 passed
Pipeline: interfaces

#46415

    Pipeline: behavior_loader

    #46414

      ...@@ -570,4 +570,11 @@ RUN yum install -y patchelf && \ ...@@ -570,4 +570,11 @@ 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 .
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment