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

podspec: add additional features for podspec #231

Merged
merged 4 commits into from
Jul 23, 2024

Commits on Jul 21, 2024

  1. podspec: add additional features for podspec

    runtimeClassName can be used to designate nvidia
    for skypilot
    
    Signed-off-by: vsoch <[email protected]>
    vsoch committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3c0973c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat: allow non root user

    Problem: skypilot (and likely others) do not run with a root user
    Solution: allow a non-root user that has sudo
    Signed-off-by: vsoch <[email protected]>
    vsoch committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c5dc811 View commit details
    Browse the repository at this point in the history
  2. restart policy should default to always

    Signed-off-by: vsoch <[email protected]>
    vsoch committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6d4b7b9 View commit details
    Browse the repository at this point in the history
  3. default should be on failure

    Signed-off-by: vsoch <[email protected]>
    vsoch committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    67482d4 View commit details
    Browse the repository at this point in the history