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

Jetson docker #727

Closed
wants to merge 3 commits into from
Closed

Jetson docker #727

wants to merge 3 commits into from

Conversation

borisfom
Copy link
Collaborator

No description provided.

borisfom added 3 commits June 10, 2020 01:31
commit b26047ed535ef312aa714b609ddf02e49c3165bf
Author: Boris Fomitchev <[email protected]>
Date:   Mon Jun 8 14:04:38 2020 -0700

    cleanup

commit 9b2bc3c
Author: Boris Fomitchev <[email protected]>
Date:   Mon Jun 8 14:03:18 2020 -0700

    cleanup

commit 28aa0c4
Author: Boris Fomitchev <[email protected]>
Date:   Mon Jun 8 03:24:32 2020 -0700

    Debugging build script

commit 90550a8
Author: Boris Fomitchev <[email protected]>
Date:   Fri Jun 5 18:37:31 2020 -0700

    debugging build script

commit 0716a25
Author: Boris Fomitchev <[email protected]>
Date:   Fri Jun 5 14:59:34 2020 -0700

    build script update

commit aa19f43
Merge: 8efc929 480ddf2
Author: Boris Fomitchev <[email protected]>
Date:   Thu May 28 18:23:58 2020 -0700

    Merge remote-tracking branch 'origin/master' into jetson

commit 8efc929
Author: Boris Fomitchev <[email protected]>
Date:   Thu May 28 18:17:57 2020 -0700

    Working Jetson container

Signed-off-by: Boris Fomitchev <[email protected]>
Signed-off-by: Boris Fomitchev <[email protected]>
@borisfom borisfom closed this Jun 12, 2020
dcurran90 pushed a commit to dcurran90/NeMo that referenced this pull request Oct 15, 2024
dcurran90 pushed a commit to dcurran90/NeMo that referenced this pull request Oct 15, 2024
* Use setuptools_scm to auto-generate version

[setuptools_scm](https://github.com/pypa/setuptools_scm) is the de-facto
standard to automate the version information of a Python project. It
uses information from version control system like git to generate
[PEP 440](https://peps.python.org/pep-0440/) version identifiers.

The version number is generated on build time and included in source
dist and Python wheels. It works with `pip install` from a local
checkout or git checkout URL.

For git repositories, the version from the last git tag in the history.
If the current checkout is not in tag, setuptools_scm includes git tag
revision and count since last tag in the version. This information is
useful to debug development checkouts.

Example: `cli-0.10.2.dev4+g724d895` means four commits (`dev4`) after
release tag `v0.10.1` (sic!).

The change also fixes a problem with PR NVIDIA#727. It added dynamic version
without actually making the version dynamic.

Also run tests whenever `pyproject.toml` or requirements are modified.

Resolves: NVIDIA#268
Resolves: NVIDIA#736
Signed-off-by: Christian Heimes <[email protected]>
Signed-off-by: Mark Sturdevant <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant