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 @@ -40,7 +40,7 @@ module.exports = async kernel =>
4040 method : 'shell.run' ,
4141 params :
4242 {
43- message : 'conda install conda-forge::ffmpeg=7.1.1 conda-forge::libvorbis=1.3.7 --yes' ,
43+ message : 'conda install conda-forge::ffmpeg=7.0.2 conda-forge::libvorbis=1.3.7 --yes' ,
4444 conda :
4545 {
4646 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.1 conda-forge:: cudnn=9.8.0.87 --yes' ,
70- 'pip install tensorrt==10.9 .0.34 --extra-index-url https://pypi.nvidia.com'
69+ 'conda install nvidia/label/ cuda-12.9.0::cuda-runtime nvidia/label/ cudnn-9.10.0::cudnn --yes' ,
70+ 'pip install tensorrt==10.11 .0.33 --extra-index-url https://pypi.nvidia.com'
7171 ] ,
7272 conda :
7373 {
You can’t perform that action at this time.
0 commit comments