Move over to local conda env

This commit is contained in:
henryruhs
2024-09-22 11:19:40 +02:00
parent 4d230c2929
commit aed3d08ba1
3 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ module.exports = async kernel =>
message: 'conda install conda-forge::openvino=2024.3.0 --yes',
conda:
{
name: 'facefusion'
path: 'facefusion/.env'
}
}
},
@@ -57,7 +57,7 @@ module.exports = async kernel =>
message: 'conda install conda-forge::cuda-runtime=12.4.1 cudnn=9.2.1.18 --yes',
conda:
{
name: 'facefusion'
path: 'facefusion/.env'
}
}
},
@@ -73,7 +73,7 @@ module.exports = async kernel =>
},
conda:
{
name: 'facefusion'
path: 'facefusion/.env'
}
}
},
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = () =>
path: 'facefusion',
conda:
{
name: 'facefusion'
path: 'facefusion/.env'
},
on:
[
-1
View File
@@ -32,4 +32,3 @@ module.exports = () =>
return config;
};