Commit 321ddec9 authored by chenpangpang's avatar chenpangpang
Browse files

feat: fix bug

parent 40b94431
Pipeline #2213 canceled with stages
......@@ -15,6 +15,7 @@ ARG IMAGE=latentsync
ARG IMAGE_UPPER=LatentSync
COPY chenyh/$IMAGE/frpc_linux_amd64_* /opt/conda/lib/python3.10/site-packages/gradio/
RUN chmod +x /opt/conda/lib/python3.10/site-packages/gradio/frpc_linux_amd64_*
RUN apt update && apt install -y libsm6 libxext6 libxrender-dev libgl1-mesa-glx libglib2.0-0 ffmpeg
COPY chenyh/$IMAGE/ /root/$IMAGE_UPPER/
COPY --from=base /opt/conda/lib/python3.10/site-packages /opt/conda/lib/python3.10/site-packages
COPY --from=base /root/$IMAGE/$IMAGE_UPPER /root/$IMAGE_UPPER
......
xformers
--index-url https://download.pytorch.org/whl/cu118
triton
diffusers
diffusers==0.11.1
transformers
huggingface-hub
huggingface-hub==0.25.2
imageio
decord
accelerate
......@@ -23,4 +24,5 @@ face-alignment
ninja
pandas
pydub
moviepy
\ No newline at end of file
moviepy==1.0.3
gradio==3.44
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment