Move over to local conda env part2

This commit is contained in:
henryruhs
2024-09-22 11:47:21 +02:00
parent 9b73142bd2
commit 9ba46a3eff
3 changed files with 5 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:
{
path: 'facefusion/.env'
path: '.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:
{
path: 'facefusion/.env'
path: '.env'
}
}
},
@@ -73,7 +73,7 @@ module.exports = async kernel =>
},
conda:
{
path: 'facefusion/.env'
path: '.env'
}
}
},
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = async kernel =>
{
const menu = [];
if (!await kernel.exists(__dirname, 'facefusion', '.env'))
if (!await kernel.exists(__dirname, '.env'))
{
menu.push(
{
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = () =>
path: 'facefusion',
conda:
{
path: 'facefusion/.env'
path: '.env'
},
on:
[