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

Fix: install FastAPI from PyPI in Debian 12 runtime #420

Merged
merged 3 commits into from
Oct 3, 2023

Commits on Sep 28, 2023

  1. Fix: install FastAPI from PyPI in Debian 12 runtime

    Problem: Debian 12 runtime has FastAPI 0.92.0 (installed from apt) while
    Debian 11 runtime has FastAPI 0.95.1. Some VMs previously running on the
    Debian 11 runtime do not run on the Debian 12 runtime because of this
    issue.
    
    Solution: install the latest version of FastAPI from PyPI.
    odesenfans committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3514ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update runtimes/aleph-debian-12-python/create_disk_image.sh

    Co-authored-by: Hugo Herter <[email protected]>
    odesenfans and hoh authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3d7a800 View commit details
    Browse the repository at this point in the history
  2. avoid double install

    odesenfans committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0958566 View commit details
    Browse the repository at this point in the history