Skip to content

Commit 4ed443b

Browse files
committed
Update accelerator dependencies
1 parent 4d2ab1c commit 4ed443b

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
@@ -41,7 +41,7 @@ module.exports = async kernel =>
4141
method: 'shell.run',
4242
params:
4343
{
44-
message: 'conda install conda-forge::openvino=2025.0.0 --yes',
44+
message: 'conda install conda-forge::openvino=2025.1.0 --yes',
4545
conda:
4646
{
4747
path: path.resolve(__dirname, '.env')
@@ -55,8 +55,8 @@ module.exports = async kernel =>
5555
{
5656
message:
5757
[
58-
'conda install conda-forge::cuda-runtime=12.8.0 conda-forge::cudnn=9.7.1.26 --yes',
59-
'pip install tensorrt==10.8.0.43 --extra-index-url https://pypi.nvidia.com'
58+
'conda install conda-forge::cuda-runtime=12.8.1 conda-forge::cudnn=9.8.0.87 --yes',
59+
'pip install tensorrt==10.9.0.34 --extra-index-url https://pypi.nvidia.com'
6060
],
6161
conda:
6262
{

0 commit comments

Comments
 (0)