mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Create the env using -y
This commit is contained in:
parent
74e6ce3e6a
commit
3ae094b673
@ -68,7 +68,7 @@ if not exist ".git" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
@rem create the environment
|
@rem create the environment
|
||||||
call micromamba create -f environment.yml
|
call micromamba create -y -f environment.yml
|
||||||
call micromamba activate invokeai
|
call micromamba activate invokeai
|
||||||
|
|
||||||
@rem preload the models
|
@rem preload the models
|
||||||
|
@ -71,9 +71,9 @@ fi
|
|||||||
|
|
||||||
# create the environment
|
# create the environment
|
||||||
if [ "$OS_NAME" == "mac" ]; then
|
if [ "$OS_NAME" == "mac" ]; then
|
||||||
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-arm64 micromamba create -f environment-mac.yml
|
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-arm64 micromamba create -y -f environment-mac.yml
|
||||||
else
|
else
|
||||||
micromamba create -f environment.yml
|
micromamba create -y -f environment.yml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
micromamba activate invokeai
|
micromamba activate invokeai
|
||||||
|
Loading…
x
Reference in New Issue
Block a user