Speaker-Identification / You-Only-Speak-Once

Deep Learning - one shot learning for speaker recognition using Filter Banks
156 stars 39 forks source link

Update Dockerfile to use python:3.6-buster and fix dependencies #12

Open loopassembly opened 4 months ago

loopassembly commented 4 months ago

These changes address the following issues encountered during the Docker build process:

By switching to python:3.6-buster and explicitly installing numba and resampy, Docker image builds successfully and the application runs without import errors.