From 12e757b4d36eaedad85139eaaf0cbcc87a76ed4a Mon Sep 17 00:00:00 2001 From: Raghav Kansal Date: Mon, 20 Jan 2025 10:15:12 -0600 Subject: [PATCH] Install requirements (#248) --- src/condor/submit.templ.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/condor/submit.templ.sh b/src/condor/submit.templ.sh index 0b6ce35e..04199f09 100644 --- a/src/condor/submit.templ.sh +++ b/src/condor/submit.templ.sh @@ -37,6 +37,7 @@ do done pip install -e . +pip install -r requirements.txt # run code # pip install --user onnxruntime