From 94db557328d8cdfa0e8b1216b781acfefc5ab571 Mon Sep 17 00:00:00 2001 From: Benjamin Lee <130000039+benlee0423@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:46:35 -0800 Subject: [PATCH] copy with recursive --- 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 34850f5..313a1a2 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 /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