Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -44,7 +44,9 @@ RUN pip install --no-cache-dir \
|
|
| 44 |
datasets==2.19.0 \
|
| 45 |
librosa \
|
| 46 |
jiwer \
|
| 47 |
-
packaging
|
|
|
|
|
|
|
| 48 |
|
| 49 |
# Force soundfile backend for datasets audio decoding
|
| 50 |
ENV HF_AUDIO_DECODER_BACKEND=soundfile
|
|
|
|
| 44 |
datasets==2.19.0 \
|
| 45 |
librosa \
|
| 46 |
jiwer \
|
| 47 |
+
packaging \
|
| 48 |
+
num2words \
|
| 49 |
+
peft
|
| 50 |
|
| 51 |
# Force soundfile backend for datasets audio decoding
|
| 52 |
ENV HF_AUDIO_DECODER_BACKEND=soundfile
|