Skip to content

Commit f1e447f

Browse files
committed
Update accelerator dependencies
1 parent 07b17e1 commit f1e447f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = async kernel =>
5252
method: 'shell.run',
5353
params:
5454
{
55-
message: 'conda install conda-forge::openvino=2025.0.0 --yes',
55+
message: 'conda install conda-forge::openvino=2025.1.0 --yes',
5656
conda:
5757
{
5858
path: path.resolve(__dirname, '.env')
@@ -66,8 +66,8 @@ module.exports = async kernel =>
6666
{
6767
message:
6868
[
69-
'conda install conda-forge::cuda-runtime=12.8.0 conda-forge::cudnn=9.7.1.26 --yes',
70-
'pip install tensorrt==10.8.0.43 --extra-index-url https://pypi.nvidia.com'
69+
'conda install conda-forge::cuda-runtime=12.8.1 conda-forge::cudnn=9.8.0.87 --yes',
70+
'pip install tensorrt==10.9.0.34 --extra-index-url https://pypi.nvidia.com'
7171
],
7272
conda:
7373
{

0 commit comments

Comments
 (0)