bezzam HF Staff commited on
Commit
1cba062
·
verified ·
1 Parent(s): cfe3143

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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