Skip to content

Commit f9d5574

Browse files
committed
Update dependencies
1 parent 224ef98 commit f9d5574

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
@@ -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
{

0 commit comments

Comments
 (0)