chore(diffusers): Add PY_STANDALONE_TAG for l4t Python version (#7387)

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto authored and GitHub committed 2025-11-28 09:34:05 +01:00
1 parent 1a53fd2b9b
commit e27f1370eb
1 file changed
+1
+1
View File
@@ -20,6 +20,7 @@ fi
if [ "x${BUILD_PROFILE}" == "xl4t" ]; then
PYTHON_VERSION="3.12"
PYTHON_PATCH="12"
PY_STANDALONE_TAG="20251120"
fi
installRequirements