speechToText / Dockerfile
SujanMidatani's picture
update Dockerfile
253776c
raw
history blame
221 Bytes
FROM huggingface/transformers-pytorch-cpu
# Install system-level dependencies
RUN apt-get update && apt-get install -y \
libasound2-dev \
portaudio19-dev \
libportaudio2 \
libportaudiocpp0 \
ffmpeg