# Use the original Maubot image as the base FROM dock.mau.dev/maubot/maubot # Install NumPy and its dependencies RUN apk add --no-cache py3-numpy py3-scipy py3-matplotlib # Update pip to the latest version RUN pip3 install --upgrade pip # Install WhisperCpp from PyPI RUN pip3 install whispercpp