From 28450df2d687739b94f058fb0b2b1d092f854a6e Mon Sep 17 00:00:00 2001 From: "Peter St. John" Date: Tue, 21 Jan 2025 11:20:44 -0700 Subject: [PATCH] bump nemo and remove manual tensorstore install (#619) With NVIDIA/NeMo#11777, NVIDIA/NeMo#11858, and https://github.com/NVIDIA/Megatron-LM/commit/a26b93d48e7d902d7d76e7a113fda05398043e6c, we're now ready to remove the manual tensorstore install from bionemo. Signed-off-by: Peter St. John --- 3rdparty/NeMo | 2 +- Dockerfile | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/3rdparty/NeMo b/3rdparty/NeMo index abd4bf7e6..0cd990d97 160000 --- a/3rdparty/NeMo +++ b/3rdparty/NeMo @@ -1 +1 @@ -Subproject commit abd4bf7e6961856c04404452b50e7574dd7629e4 +Subproject commit 0cd990d97f01ab946fc53108ed43c7be7140a0d8 diff --git a/Dockerfile b/Dockerfile index 1452a6f4b..7a760a4dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,18 +105,6 @@ COPY --from=rust-env /usr/local/rustup /usr/local/rustup ENV PATH="/usr/local/cargo/bin:/usr/local/rustup/bin:${PATH}" ENV RUSTUP_HOME="/usr/local/rustup" -RUN --mount=type=cache,target=/root/.cache <