add scipy and sounddevice dependencies

This commit is contained in:
Max
2025-10-27 22:42:57 +01:00
parent ce7186c895
commit 952630817f
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends gosu && \
rm -rf /var/lib/apt/lists/*
RUN pip install sounddevice
# Wrapper that starts Spyder safely for desktop sessions
COPY --chmod=0755 start-spyder.sh /usr/local/bin/start-spyder.sh

View File

@@ -13,3 +13,4 @@ dependencies:
- pandas
- matplotlib
- pip
- scipy