Current docker image size is ~5.5GB. Need to figure out a way to reduce this.
Also need to figure out how to install only specific python packages for specific models. For instance, if the user is interested in running the OpenAI whisper model (https://github.com/openai/whisper), install the ffmpeg package. But don't mandate it for the base image.
Current docker image size is ~5.5GB. Need to figure out a way to reduce this.
Also need to figure out how to install only specific python packages for specific models. For instance, if the user is interested in running the OpenAI whisper model (https://github.com/openai/whisper), install the
ffmpeg
package. But don't mandate it for the base image.