-
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
Varun Ramachandra Sekar
committed
Jan 10, 2025
1 parent
43f1881
commit 92a58a1
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 | ||
--> | ||
|
||
|
@@ -21,7 +21,7 @@ for installation and configuration information. | |
|
||
### Deploying the Operator on the Cluster | ||
|
||
**Build and push your image to the location specified by `IMG`:** | ||
**Build and push your image to the location specified by `IMAGE_NAME`:** | ||
|
||
```sh | ||
make build IMAGE_NAME=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile | ||
|
@@ -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 IMAGE_NAME=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile | ||
``` | ||
|
||
Run `make help` for more information about additional `make` targets. | ||
|