You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an empty, or as empty as possible, nv_ingest_common Python module in the nv-ingest codebase. This should include the necessary files to build nv_ingest_common via Pip with a pyproject.toml file declaring and housing the build metadata.
Furthermore both nv_ingest and nv_ingest_client modules should be adjusted and validated that they can include the empty nv_ingest_common module as one of their dependencies.
All existing build and Dockerfiles should also be adjusted to ensure that existing build pipelines do not fail and account for the new building and packaging of the nv_ingest_common module.
The text was updated successfully, but these errors were encountered:
Create an empty, or as empty as possible,
nv_ingest_common
Python module in the nv-ingest codebase. This should include the necessary files to buildnv_ingest_common
via Pip with apyproject.toml
file declaring and housing the build metadata.Furthermore both
nv_ingest
andnv_ingest_client
modules should be adjusted and validated that they can include the emptynv_ingest_common
module as one of their dependencies.All existing build and Dockerfiles should also be adjusted to ensure that existing build pipelines do not fail and account for the new building and packaging of the
nv_ingest_common
module.The text was updated successfully, but these errors were encountered: