-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Varun Ramachandra Sekar <[email protected]>
- Loading branch information
1 parent
43f1881
commit bb9ee79
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
|
||
|
@@ -24,7 +24,7 @@ for installation and configuration information. | |
**Build and push your image to the location specified by `IMG`:** | ||
|
||
```sh | ||
make build IMAGE_NAME=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile | ||
make build IMG=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile | ||
``` | ||
|
||
> Publish the image to a personal registry. | ||
|
@@ -101,7 +101,7 @@ To get started with building the NIM Operator, follow these steps: | |
```shell | ||
git clone [email protected]:NVIDIA/k8s-nim-operator.git | ||
cd k8s-nim-operator | ||
make IMG=<image-name> docker-build | ||
make build IMG=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile | ||
``` | ||
|
||
Run `make help` for more information about additional `make` targets. | ||
|