NVIDIA / k8s-nim-operator

An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment.
https://docs.nvidia.com/nim-operator/latest
Apache License 2.0
58 stars 13 forks source link

Make file is not complete #169

Closed kirson-git closed 1 month ago

kirson-git commented 1 month ago

The following are not included within the make file

make docker-build docker-push

kirson@nim-airgapped:/tmp/k8s-nim-operator$ make docker-build docker-push IMG=harbor.runailabs-ps.com/guest-repo/kirson-nim:1.0 make: *** No rule to make target 'docker-build'. Stop.

shivamerla commented 1 month ago

Fixing the Readme. Please run make build -f deployments/container/Makefile

shivamerla commented 1 month ago

Closing this, please re-open if you see other issues.