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

Install enroot + pyxis in AMIs during build process #2793

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

hgreebe
Copy link
Contributor

@hgreebe hgreebe commented Aug 22, 2024

Description of changes

  • Install enroot + pyxis in AMIs during build process

Tests

  • Built image, created a cluster using the new image, and tested that I could use enroot + pyxis
    • Tested on different OSes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hgreebe hgreebe marked this pull request as ready for review August 22, 2024 17:07
@hgreebe hgreebe requested review from a team as code owners August 22, 2024 17:07
user 'root'
code <<-PYXIS_INSTALL
set -e
git clone --depth 1 --branch #{pyxis_version} https://github.com/NVIDIA/pyxis.git /tmp/pyxis
Copy link
Contributor

Choose a reason for hiding this comment

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

If I am not wrong, the pyxis+enroot is useful for GPU instance type's

If so do we need to check if NVIDIA is already installed?
And is there a version compatibility matrix for NVIDIA + pyxis + enroot?

# Enroot + Pyxis
default['cluster']['enroot']['version'] = '3.4.1'
default['cluster']['pyxis']['version'] = 'v0.19.0'

Copy link
Contributor

Choose a reason for hiding this comment

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

Please add Kitchen and Unit tests for these changes

@hgreebe hgreebe force-pushed the enroot branch 2 times, most recently from fe1fec9 to e509afe Compare August 23, 2024 12:24
@hgreebe hgreebe force-pushed the enroot branch 7 times, most recently from 97a10ea to 4c2f599 Compare August 26, 2024 15:23
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.70%. Comparing base (c3f0205) to head (4c2f599).
Report is 25 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2793      +/-   ##
===========================================
+ Coverage    76.47%   76.70%   +0.23%     
===========================================
  Files           22       22              
  Lines         2219     2237      +18     
===========================================
+ Hits          1697     1716      +19     
+ Misses         522      521       -1     
Flag Coverage Δ
unittests 76.70% <ø> (+0.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hgreebe hgreebe force-pushed the enroot branch 5 times, most recently from 397b49e to 2cdcf4d Compare August 26, 2024 19:05
himani2411
himani2411 previously approved these changes Aug 26, 2024
@hgreebe hgreebe enabled auto-merge (squash) August 26, 2024 19:16
@hgreebe hgreebe merged commit 1e34b2d into aws:develop Aug 27, 2024
28 of 30 checks passed
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