forked from sustainable-computing-io/kepler
-
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.
Feat makefile help (sustainable-computing-io#1332)
* Makefile: Add usage and more image build options This change introduces a helpful message for a user that issues a `make help` command. It also adds options to build the container images with/without dcgm explicitly. This will help improve build time for developers that aren't using dcgm. Signed-off-by: Maryam Tahhan <[email protected]> * Dockerfile: remove trailing whitespace Signed-off-by: Maryam Tahhan <[email protected]> * Docker: fix build-arg INSTALL_DCGM=false The dockerfile was only checking that the INSTALL_DCGM build argument was set and not it's value. So if INSTALL_DCGM=false was being passed, it considered the build argument as set. This change explicitly checks the value as true. Signed-off-by: Maryam Tahhan <[email protected]> --------- Signed-off-by: Maryam Tahhan <[email protected]>
- Loading branch information
1 parent
c6080eb
commit 3d1d7ab
Showing
2 changed files
with
61 additions
and
40 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