build error

Job failed with exit code: 1. Reason: cache miss: [19/22] RUN pip install --no-cache-dir --force-reinstall "numpy>=1.23.5,<1.24" cache miss: [21/22] RUN cd /app/SadTalker && find . -name "*.py" -type f -exec sed -i 's/\bnp\.float\b/np.float64/g' {} + && sed -i 's/warnings.filterwarnings("ignore", category=np.VisibleDeprecationWarning)/# warnings.filterwarnings("ignore", category=np.VisibleDeprecationWarning)/' src/face3d/util/preprocess.py && sed -i 's/trans_params = np.array(\[w0, h0, s, t\[0\], t\[1\]\])/trans_params = np.array([w0, h0, s, float(t[0]), float(t[1])])/' src/face3d/util/preprocess.py && echo "✅ SadTalker NumPy fixes applied!" cache miss: [17/22] RUN pip install --no-cache-dir accelerate==0.25.0 cache miss: [18/22] RUN pip install --no-cache-dir TTS==0.22.0 cache miss: [22/22] RUN cd /app/SadTalker && find . -name "*.py" -type f -exec sed -i 's/from torchvision.transforms.functional_tensor import rgb_to_grayscale/from torchvision.transforms.functional import rgb_to_grayscale/g' {} + && find . -name "*.py" -type f -exec sed -i 's/import torchvision.transforms.functional_tensor/import torchvision.transforms.functional/g' {} + && echo "✅ SadTalker torchvision fixes applied!" cache miss: [16/22] RUN pip install --no-cache-dir sentencepiece==0.2.0 cache miss: [15/22] RUN pip install --no-cache-dir transformers==4.36.2 cache miss: [13/22] RUN cd /app/SadTalker && mkdir -p checkpoints && echo "📦 Downloading SadTalker model checkpoints..." && wget --progress=bar:force:noscroll --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 3 https://github.com/OpenTalker/SadTalker/releases/download/v0.0.2-rc/checkpoints.zip -O checkpoints.zip && echo "📦 Extracting checkpoints..." && unzip -o checkpoints.zip && rm checkpoints.zip && echo "✅ Checkpoints downloaded successfully" && ls -lh checkpoints/ cache miss: [20/22] COPY avatar_streamlit.py /app/ cache miss: [14/22] RUN cd /app/SadTalker && sed -i 's/numpy.*/numpy>=1.23.5,<1.24/' requirements.txt && pip install --no-cache-dir -r requirements.txt {"total":27,"completed":18,"user_total":22,"user_cached":11,"user_completed":13,"user_cacheable":21,"from":1,"miss":10,"client_duration_ms":23600}

Build logs:

Fetching error logs...