Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

anirbanr-fb-r2p
Copy link
Contributor

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:

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 6, 2022
@facebook-github-bot
Copy link
Contributor

@anirbanr-fb-r2p has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@codecov
Copy link

codecov bot commented Sep 6, 2022

Codecov Report

Merging #160 (d7cf726) into main (0d37f1f) will not change coverage.
The diff coverage is n/a.

@@           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

Copy link
Contributor

@PaliC PaliC left a 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

/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:
@anirbanr-fb-r2p
Copy link
Contributor Author

Good catch.

@facebook-github-bot
Copy link
Contributor

@anirbanr-fb-r2p has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@PaliC PaliC left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants