Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
8cf587f8
Commit
8cf587f8
authored
Jan 29, 2019
by
Mccaskey, Alex
Browse files
adding some python pip installs
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
42446214
Pipeline
#31607
passed with stages
in 9 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/manylinux/Dockerfile
View file @
8cf587f8
...
...
@@ -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
\
&&
p
ython
3
-m
pip
install
ipopo configparser numpy scipy
\
&&
$myP
ython
-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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment