IZERE HIRWA Roger commited on
Commit
ffe7733
·
1 Parent(s): 8593edd
Files changed (1) hide show
  1. 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 ./app/requirements.txt .
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