Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -41,8 +41,8 @@ RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
|
|
41 |
RUN pip install torchvision==0.15.2
|
42 |
|
43 |
# Install dependencies
|
44 |
-
COPY requirements.txt $HOME/app/requirements.txt
|
45 |
-
RUN pip install --no-cache-dir -r requirements.txt gradio opencv-python
|
46 |
|
47 |
# Download checkpoint files using aria2
|
48 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/video-retalking/resolve/main/30_net_gen.pth -d $HOME/app/checkpoints -o 30_net_gen.pth
|
|
|
41 |
RUN pip install torchvision==0.15.2
|
42 |
|
43 |
# Install dependencies
|
44 |
+
#COPY requirements.txt $HOME/app/requirements.txt
|
45 |
+
RUN pip install --no-cache-dir -r requirements.txt gradio opencv-python scipy
|
46 |
|
47 |
# Download checkpoint files using aria2
|
48 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/video-retalking/resolve/main/30_net_gen.pth -d $HOME/app/checkpoints -o 30_net_gen.pth
|