We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1741d9 commit 69c3ee4Copy full SHA for 69c3ee4
deployments/container/Dockerfile
@@ -34,7 +34,7 @@ RUN git clone https://github.com/NVIDIA/k8s-operator-libs.git
34
WORKDIR /utils/k8s-operator-libs
35
36
#Checkout the version of the k8s-operator-libs repo that is compatible with the current version of the NIM Operator
37
-RUN git checkout 7d667fbaa7ac8fb02196987eb65296856e2dd564
+RUN git checkout c80af13d73e36e0eedbe9b712efa85cccb64213a
38
39
#Build the crd-apply-tool
40
RUN go build -o crd-apply-tool cmd/apply-crds/main.go
0 commit comments