File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments