Spaces:
Sleeping
Sleeping
File size: 221 Bytes
3297ad3 |
1 2 3 4 5 6 7 8 9 10 11 12 |
FROM huggingface/transformers-pytorch-cpu
# Install system-level dependencies
RUN apt-get update && apt-get install -y \
libasound2-dev \
portaudio19-dev \
libportaudio2 \
libportaudiocpp0 \
ffmpeg
|