Skip to content

Commit

Permalink
fix stale README
Browse files Browse the repository at this point in the history
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.
6 changes: 3 additions & 3 deletions README.md
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
-->

Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 92a58a1

Please sign in to comment.