Spaces:
Running
Running
IZERE HIRWA Roger
commited on
Commit
·
ffe7733
1
Parent(s):
8593edd
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN git clone https://github.com/OpenTalker/SadTalker.git /app/SadTalker
|
|
| 24 |
WORKDIR /app
|
| 25 |
|
| 26 |
# Install Python dependencies
|
| 27 |
-
COPY ./
|
| 28 |
RUN pip install --no-cache-dir -r requirements.txt && \
|
| 29 |
pip install /app/SadTalker
|
| 30 |
|
|
|
|
| 24 |
WORKDIR /app
|
| 25 |
|
| 26 |
# Install Python dependencies
|
| 27 |
+
COPY ./requirements.txt .
|
| 28 |
RUN pip install --no-cache-dir -r requirements.txt && \
|
| 29 |
pip install /app/SadTalker
|
| 30 |
|