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
* Change the name of the `Dockerfile` to `train.Dockerfile` and place it in the `dockerfiles` directory as it is no longer that special.
* Updated $PYTHONPATH to incorporate any pre-existing values.
* Added PYTHONPATH to NGC conda installation to check if it reduces the number of downloads.
* Undo adding PYTHON PATH during conda installation as there is a worry that conda will uninstall existing packages.
* Add code to remove pre-installed `pip` packages that should use the versions installed via `conda` instead.
* Update `ruff` version.
* Add `uninstalls` to `.dockerignore`.
* Add `pip` package removal functionality to the NGC image.
---------
Co-authored-by: joonhyung.lee <[email protected]>
0 commit comments