forked from cresset-template/cresset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some serious bugs in the NGC image (cresset-template#129)
* Fix bug in the NGC Docker image where the year and month variables were not being passed from the docker-compose.yaml file. * Update default NGC image to the one released in April 2023. * Remove redundant `pytest` requirement. * Fix serious bug where `--ignore-installed` was mistaken for an option to always leave existing packages as-is, which unfortunately does not exist in `pip`. The default behavior is to update only if version incompatibilities are found. * Reformat the README.md file.
- Loading branch information
1 parent
e6f196f
commit cc26208
Showing
4 changed files
with
14 additions
and
8 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
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,2 +1,4 @@ | ||
# Pre-existing Python packages may be overwritten by new packages. | ||
# Minimize the number of requirements and check the installed packages | ||
# before and after `pip` installation to find any discrepencies. | ||
hydra-core | ||
pytest |