Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
LatentSync
Commits
321ddec9
Commit
321ddec9
authored
Jan 14, 2025
by
chenpangpang
Browse files
feat: fix bug
parent
40b94431
Pipeline
#2213
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Dockerfile
Dockerfile
+1
-0
LatentSync/requirements.txt
LatentSync/requirements.txt
+5
-3
No files found.
Dockerfile
View file @
321ddec9
...
...
@@ -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
...
...
LatentSync/requirements.txt
View file @
321ddec9
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment