-
Notifications
You must be signed in to change notification settings - Fork 37
Modify dockerfile to use latest cmake on ubuntu18.04 docker image. #160
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
Conversation
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
@anirbanr-fb-r2p has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Codecov Report
@@ Coverage Diff @@
## main #160 +/- ##
=======================================
Coverage 89.06% 89.06%
=======================================
Files 67 67
Lines 3888 3888
=======================================
Hits 3463 3463
Misses 425 425 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to remove the cmake install from conda so that we're using the right version
Line 63 in 6db7f55
/opt/conda/bin/conda install -y python=${PYTHON_VERSION} cmake mkl mkl-include conda-build pyyaml numpy ipython && \ |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Good catch. |
@anirbanr-fb-r2p has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm as long as unit tests pass.
Summary: As title; by default the image seems to have cmake3.10. This change should update cmake to latest version (3.19+ ideally).
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags: