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 @@ -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 {
You can’t perform that action at this time.
0 commit comments