From cfb940b5623ea7363c5fbd9e529bf4f438ff013f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Sun, 27 Oct 2024 08:02:41 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=A4=A0]:=20Howdy=20folks,=20let's=20bump?= =?UTF-8?q?=20`Dockerfile.ci`=20to=20397e9da=20!=20(#11051)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pablo-garay <7166088+pablo-garay@users.noreply.github.com> Signed-off-by: Hainan Xu --- Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 6ef99a35ae82..74cfd75eb042 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -53,7 +53,7 @@ RUN pip install nemo_run@git+https://github.com/NVIDIA/NeMo-Run.git@${NEMO_RUN_T # Install NeMo requirements ARG TE_TAG=7d576ed25266a17a7b651f2c12e8498f67e0baea ARG MODELOPT_VERSION=0.17.0 -ARG MCORE_TAG=425cdd48d5ef5d360d8033288ff7cb0d378f535f +ARG MCORE_TAG=397e9da9511a09ae8badba30129c7e4934b06118 ARG APEX_TAG=810ffae374a2b9cb4b5c5e28eaeca7d7998fca0c RUN \