-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
streamline python packaging with uv (#135)
* Revert "add nemo-run as a git submodule (#186)" This reverts commit 80f2c48. * add uv based dockerfile * add back version * add some dockerfile comments * keep subpackage sources in release images * fix submodule install path * docker image * updating dockerfiles * update uv docker * update lockfile * move uv dockerfile to ci, restructure devcontainer on ngc * devcontainer attempts * fix devcontainer
- Loading branch information
Showing
50 changed files
with
7,884 additions
and
1,033 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
#!/bin/bash | ||
|
||
pip install --disable-pip-version-check --no-cache-dir -e 3rdparty/Megatron-LM | ||
pip install --disable-pip-version-check --no-cache-dir -e 3rdparty/NeMo[all] | ||
pip install --disable-pip-version-check --no-cache-dir -e 3rdparty/NeMo-Run | ||
|
||
for SUB_PKG in sub-packages/bionemo-*; | ||
do | ||
pip install --disable-pip-version-check --no-cache-dir --no-deps -e $SUB_PKG | ||
done | ||
sudo pip install --no-deps --editable ./3rdparty/* ./sub-packages/bionemo-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,3 +187,5 @@ coverage.xml | |
# System files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
.python_history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule NeMo-Run
deleted from
8701f5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.