From 2548f0034e27f9e7a77a8a80b69c4241d6152ecb Mon Sep 17 00:00:00 2001 From: Benjamin Lee <130000039+benlee0423@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:08:23 -0800 Subject: [PATCH] fix copy --- singularity/singularity_ngen.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity/singularity_ngen.def b/singularity/singularity_ngen.def index 313a1a2..b5e6bfa 100644 --- a/singularity/singularity_ngen.def +++ b/singularity/singularity_ngen.def @@ -143,7 +143,7 @@ From: rockylinux:9.1 # Install lstm ls -l /ngen/ngen/extern ls -l /ngen/ngen/extern/lstm - cp -r /ngen/ngen/extern/lstm/lstm /ngen/ngen/extern/lstm + cp -r /ngen/ngen/extern/lstm/lstm/* /ngen/ngen/extern/lstm/ uv pip install --no-cache-dir /ngen/ngen/extern/lstm --extra-index-url https://download.pytorch.org/whl/cpu # Make everything in /ngen accessible