From 6758bc79db51bd7a0dac78a992b81361eee8e358 Mon Sep 17 00:00:00 2001 From: Henry Ruhs Date: Sun, 22 Sep 2024 21:53:13 +0200 Subject: [PATCH] Hotfix TensorRT --- install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.js b/install.js index 6ba9e96..d304521 100644 --- a/install.js +++ b/install.js @@ -68,7 +68,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'pip install tensorrt==10.4.0 --extra-index-url https://pypi.nvidia.com --yes', + message: 'pip install tensorrt==10.4.0 --extra-index-url https://pypi.nvidia.com', conda: { path: path.resolve(__dirname, '.env')