Update Dockerfile
Browse files- 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 |
|