Skip to content
Snippets Groups Projects
Commit 8cf587f8 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

adding some python pip installs


Signed-off-by: Mccaskey, Alex's avatarAlex McCaskey <mccaskeyaj@ornl.gov>
parent 42446214
No related branches found
No related tags found
No related merge requests found
Pipeline #31607 passed with stages
in 9 minutes and 26 seconds
......@@ -14,7 +14,7 @@ RUN rm -rf /usr/lib64/libstdc++.so.6* && mkdir -p all_wheels && yum remove -y gc
RUN git clone --recursive https://github.com/eclipse/xacc \
&& cd xacc \
&& export myPython=/opt/python/${python_version_str}/bin/python \
&& python3 -m pip install ipopo configparser numpy scipy \
&& $myPython -m pip install ipopo configparser numpy scipy \
&& export xaccVersion=$($myPython -c "import os; print(open(os.path.join(os.getcwd(), 'VERSION')).read().strip())") \
&& $myPython --version \
&& $myPython setup.py build -t tmp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment