mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove -y in linux script
This commit is contained in:
parent
90d9d6ea00
commit
c6c146f54f
@ -69,9 +69,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 conda env create -y -f environment-mac.yml
|
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-arm64 conda env create -f environment-mac.yml
|
||||||
else
|
else
|
||||||
conda env create -y -f environment.yml
|
conda env create -f environment.yml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
conda activate invokeai
|
conda activate invokeai
|
||||||
|
Loading…
x
Reference in New Issue
Block a user