From 76b34d22d4a94dc840e8c7155259ed3c1dcbb9d2 Mon Sep 17 00:00:00 2001 From: Sean Archer Date: Thu, 28 Aug 2025 21:08:03 -0700 Subject: [PATCH 1/3] Added .venv to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c6fd50da..d08582d5 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ doc/_build/ /result/ /results/ -.idea/ \ No newline at end of file +.idea/ + +.venv \ No newline at end of file From 37e6c09323d2b0cc5ef348a2a2814200d48e66f8 Mon Sep 17 00:00:00 2001 From: Sean Archer Date: Wed, 10 Sep 2025 12:27:14 -0700 Subject: [PATCH 2/3] Add venv/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d08582d5..5ae57507 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ doc/_build/ .idea/ -.venv \ No newline at end of file +.venv +venv/ \ No newline at end of file From 123cc575b994b73452f2973f71a53237fea8b585 Mon Sep 17 00:00:00 2001 From: Sean Archer Date: Mon, 9 Feb 2026 09:57:37 -0800 Subject: [PATCH 3/3] Updated container-toolkit version for GPU operator --- helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml b/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml index 13c8c32c..0b977e7f 100644 --- a/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml +++ b/helm_chart/HyperPodHelmChart/charts/gpu-operator/values.yaml @@ -15,7 +15,7 @@ gpu-operator: enabled: false toolkit: image: "container-toolkit" - version: "v1.13.1-centos7" + version: "v1.17.9-ubi8" devicePlugin: enabled: true image: "mirror-k8s-device-plugin"