Migrate to miniforge, add missing dependencies, update docker file, remove deprecated files (#2732)

* Migrate to miniforge, add missing dependencies, update docker file, remove deprecated files

* Add Env Vars and Secrets
This commit is contained in:
XXXXRT666
2026-02-09 15:05:25 +08:00
committed by GitHub
parent 9986880b3f
commit 2d9193b0d3
10 changed files with 117 additions and 348 deletions
+2
View File
@@ -15,6 +15,7 @@ trap 'echo "Error Occured at \"$BASH_COMMAND\" with exit code $?"; exit 1' ERR
LITE=false
CUDA_VERSION=12.6
WORKFLOW=true
print_help() {
echo "Usage: bash docker_build.sh [OPTIONS]"
@@ -78,5 +79,6 @@ docker build \
--build-arg LITE=$LITE \
--build-arg TARGETPLATFORM="$TARGETPLATFORM" \
--build-arg TORCH_BASE=$TORCH_BASE \
--build-arg WORKFLOW=$WORKFLOW \
-t "${USER}/gpt-sovits:local" \
.