From 4afdd92ba558efeed33471f5a703e9bdfdb8543a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Thu, 7 Nov 2024 06:52:48 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=A4=A0]:=20Howdy=20folks,=20let's=20bump?= =?UTF-8?q?=20`Dockerfile.ci`=20to=2019515ac=20!=20(#11196)?= 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> --- Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index cbade51d836a..e7ed7ed3bedc 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -54,7 +54,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.19.0 -ARG MCORE_TAG=af4b5de574744c09ddd74bb062ff0bced9b3bd66 +ARG MCORE_TAG=19515ac9eb2e4ea1a48d6b88f33f8dd5009e0617 ARG APEX_TAG=810ffae374a2b9cb4b5c5e28eaeca7d7998fca0c RUN \