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

Ga build docker images #3351

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Implement pyproject.toml to build AIMET package

    There are 3 dynamic fields in metadata:
     - version
     - dependencies
     - name (not PEP compatible!)
    A plugin of scikit-build-core build system generates dependencies
    and package name based on `CMAKE_ARGS` environment variable.
    
    Signed-off-by: Evgeny Mironov <[email protected]>
    quic-emironov authored and quic-hitameht committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    431f265 View commit details
    Browse the repository at this point in the history
  2. Build all docker images from the single Dockerfile

    Docker images contain dependencies to build and run tests.
    
    Signed-off-by: Evgeny Mironov <[email protected]>
    quic-emironov authored and quic-hitameht committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2af959e View commit details
    Browse the repository at this point in the history
  3. Build docker images on a CI

    Signed-off-by: Evgeny Mironov <[email protected]>
    quic-emironov authored and quic-hitameht committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fe1e86d View commit details
    Browse the repository at this point in the history