6 lines
193 B
Docker
6 lines
193 B
Docker
FROM ghcr.io/collabora/whisperlive-openvino:latest
|
|
|
|
# Install pyannote.audio and its dependencies.
|
|
# --no-cache-dir keeps the image layer smaller.
|
|
RUN pip install --no-cache-dir pyannote.audio
|