Use custom DFL branch for python 3.10
This commit is contained in:
@@ -32,6 +32,10 @@ python -m pip install --upgrade pip
|
|||||||
version=$(python -V | cut -f 2 -d ' ' | cut -f 1,2 -d .)
|
version=$(python -V | cut -f 2 -d ' ' | cut -f 1,2 -d .)
|
||||||
reqs_file='requirements.txt'
|
reqs_file='requirements.txt'
|
||||||
|
|
||||||
|
if [ "$version" == "3.10" ]; then
|
||||||
|
(cd .dfl/DeepFaceLab; git checkout support-opencv45)
|
||||||
|
fi
|
||||||
|
|
||||||
version_suffix=''
|
version_suffix=''
|
||||||
if [[ ! -z "$version" && -f "requirements_$version.txt" ]]; then
|
if [[ ! -z "$version" && -f "requirements_$version.txt" ]]; then
|
||||||
version_suffix="_$version"
|
version_suffix="_$version"
|
||||||
|
|||||||
Reference in New Issue
Block a user