Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,6 @@ RUN pip install --no-cache-dir \
|
|
| 35 |
# jellyfish — Jaro-Winkler similarity for phonetic stutter detection
|
| 36 |
RUN pip install --no-cache-dir \
|
| 37 |
deepfilternet \
|
| 38 |
-
speechbrain \
|
| 39 |
jellyfish
|
| 40 |
|
| 41 |
COPY . .
|
|
|
|
| 35 |
# jellyfish — Jaro-Winkler similarity for phonetic stutter detection
|
| 36 |
RUN pip install --no-cache-dir \
|
| 37 |
deepfilternet \
|
|
|
|
| 38 |
jellyfish
|
| 39 |
|
| 40 |
COPY . .
|