Skip to content

Commit 89e918f

Browse files
committed
fix: install Python headers for WanGP extensions
1 parent 3c2401b commit 89e918f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.combined

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USER root
2222
RUN apt-get update \
2323
&& apt-get install -y --no-install-recommends \
2424
build-essential cmake ffmpeg git libgl1 libglib2.0-0 libportaudio2 \
25-
libsndfile1 ninja-build \
25+
libsndfile1 ninja-build python3-dev \
2626
&& rm -rf /var/lib/apt/lists/*
2727

2828
# WanGP deliberately lives in a separate environment. Its pinned MCP and

0 commit comments

Comments
 (0)