mojad121 commited on
Commit
bdcdb1f
·
verified ·
1 Parent(s): 1620678

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -16,7 +16,6 @@ ENV TORCH_HOME=/app/.cache/torch
16
 
17
  COPY requirements.txt ./
18
  COPY src/ ./src/
19
- COPY input.opus ./input.opus
20
 
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
 
16
 
17
  COPY requirements.txt ./
18
  COPY src/ ./src/
 
19
 
20
  RUN pip install --no-cache-dir -r requirements.txt
21