Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency: Created build script and build_info.json for Bottleneck #5120

Merged

Conversation

Harithanagothu2
Copy link
Contributor

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

@Harithanagothu2 Harithanagothu2 marked this pull request as ready for review December 27, 2024 09:06
@@ -11,7 +11,6 @@
"validate_build_script": true,
"use_non_root_user": false,
"v1.*.*": {
"dir": "ubi9_3",
"build_script": "bottleneck_1.3.5_ubi_9.3.sh"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you will need dockerfile as docker_build = "true" here

#install
if ! (python3 setup.py install) ; then
if ! (pip install .) ; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need to just do pip install ... this will just install dependencies from requirement.txt

@nikhil-kalbande nikhil-kalbande merged commit b0aa5d4 into ppc64le:python-ecosystem Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants