File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
plugins/flytekit-inference/flytekitplugins/inference/nim Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ def setup_nim_pod_template(self):
8484 V1Container ,
8585 V1EmptyDirVolumeSource ,
8686 V1EnvVar ,
87- V1LocalObjectReference ,
8887 V1ResourceRequirements ,
8988 V1SecurityContext ,
9089 V1Volume ,
@@ -97,7 +96,7 @@ def setup_nim_pod_template(self):
9796 empty_dir = V1EmptyDirVolumeSource (medium = "Memory" , size_limit = self ._shm_size ),
9897 )
9998 ]
100- self .pod_template .pod_spec .image_pull_secrets = [V1LocalObjectReference (name = self ._secrets .ngc_image_secret )]
99+ # self.pod_template.pod_spec.image_pull_secrets = [V1LocalObjectReference(name=self._secrets.ngc_image_secret)]
101100
102101 model_server_container = self .pod_template .pod_spec .init_containers [0 ]
103102
You can’t perform that action at this time.
0 commit comments