mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-01-26 09:09:51 +00:00
adds ffmpeg package to docker for rvc
Package is required for RVC to work correctly in docker container
This commit is contained in:
@@ -7,7 +7,7 @@ ARG PATH="/root/miniconda3/bin:${PATH}"
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3 python3-venv wget build-essential
|
||||
python3 python3-venv wget build-essential ffmpeg
|
||||
|
||||
RUN wget \
|
||||
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
||||
|
||||
Reference in New Issue
Block a user