1 parent 3c2401b commit 89e918fCopy full SHA for 89e918f
1 file changed
Dockerfile.combined
@@ -22,7 +22,7 @@ USER root
22
RUN apt-get update \
23
&& apt-get install -y --no-install-recommends \
24
build-essential cmake ffmpeg git libgl1 libglib2.0-0 libportaudio2 \
25
- libsndfile1 ninja-build \
+ libsndfile1 ninja-build python3-dev \
26
&& rm -rf /var/lib/apt/lists/*
27
28
# WanGP deliberately lives in a separate environment. Its pinned MCP and
0 commit comments