From 65728e46cbd5fe567fbc920f9a89e62635255aa1 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 30 Mar 2023 15:54:32 -0700 Subject: [PATCH 1/2] Bump cuda base image to 12.1.0 Signed-off-by: Christopher Desiniotis --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 6fe182b5..f19721cd 100644 --- a/versions.mk +++ b/versions.mk @@ -16,6 +16,6 @@ VERSION ?= v0.2.0 vVERSION := v$(VERSION:v%=%) -CUDA_VERSION := 11.7.1 +CUDA_VERSION := 12.1.0 GOLANG_VERSION := 1.20 From 3c5ad3af8422cefb4e07158c32058f5735a24cb0 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 30 Mar 2023 15:54:48 -0700 Subject: [PATCH 2/2] Bump version to 0.2.1 Signed-off-by: Christopher Desiniotis --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index f19721cd..64d1c16d 100644 --- a/versions.mk +++ b/versions.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.2.0 +VERSION ?= v0.2.1 vVERSION := v$(VERSION:v%=%)