mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-05-01 11:51:22 +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
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
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 \
|
RUN wget \
|
||||||
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user