From 4b3e572b2498e19c52964f9f5480fd9609f27f42 Mon Sep 17 00:00:00 2001 From: braultatgithub Date: Fri, 26 Jul 2024 10:20:17 +0200 Subject: [PATCH] Update Containerfile small typo. Thanks to @braultatgithub for pointing this out. Replaces: https://github.com/containers/ai-lab-recipes/pull/702 Signed-off-by: Daniel J Walsh --- training/intel-bootc/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/intel-bootc/Containerfile b/training/intel-bootc/Containerfile index 1615b6f5..bb71ca12 100644 --- a/training/intel-bootc/Containerfile +++ b/training/intel-bootc/Containerfile @@ -4,7 +4,7 @@ ARG BASEIMAGE="quay.io/centos-bootc/centos-bootc:stream9" FROM ${DRIVER_TOOLKIT_IMAGE} as builder # NOTE: The entire Gaudi stack from Kernel drivers to PyTorch and Instructlab -# must be updated in lockstep. Please coordinate updateis with all +# must be updated in lockstep. Please coordinate updates with all # stakeholders. ARG DRIVER_VERSION=1.16.1-7 ARG HABANA_REPO="https://vault.habana.ai/artifactory/rhel/9/9.2"