add scipy and sounddevice dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -13,3 +13,4 @@ dependencies:
|
||||
- pandas
|
||||
- matplotlib
|
||||
- pip
|
||||
- scipy
|
||||
|
||||
Reference in New Issue
Block a user