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

aws cloud deployment improvements #2618

Merged
merged 6 commits into from
Jun 14, 2024
Merged

aws cloud deployment improvements #2618

merged 6 commits into from
Jun 14, 2024

Commits on Jun 6, 2024

  1. the following changes for aws cloud deployment have been tested

    with 6 configurations, including 3 with T4 GPU (g4dn.xlarge)
    
    t2.small:
        20.04: ami-04bad3c587fe60d89
        22.04: ami-03c983f9003cb9cd1
    	24.04: ami-0406d1fdd021121cd
    
    g4dn.xlarge:
        20.04: ami-04bad3c587fe60d89
        22.04: ami-03c983f9003cb9cd1
    	24.04: ami-0406d1fdd021121cd
    
    - changed default image to ami-03c983f9003cb9cd1 (22.04 / Python 3.10)
    - added g4dn.xlarge as an option to prompt EC2_TYPE
    - fixed typo in prompt REGION
    - get default blockdevice name and set size to 16GB instead of 8GB
    - install apt package nvidia-driver-535-server if GPU found
    - run modprobe nvidia to avoid reboot if GPU found
    - adding ~/.local/bin to PATH
    - add --break-system-packages to pip install (required by Python 3.12)
    - add --no-cache-dir to pip install to avoid disk space issues
    - add @reboot cronjob to ensure nvflare is restarted after a server (re)start
    dirkpetersen committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fa60270 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    76b0976 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    0c9e90f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee41ec7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9540d82 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    347b1ed View commit details
    Browse the repository at this point in the history