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 && \
|
apt-get install -y --no-install-recommends gosu && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN pip install sounddevice
|
||||||
|
|
||||||
# Wrapper that starts Spyder safely for desktop sessions
|
# Wrapper that starts Spyder safely for desktop sessions
|
||||||
COPY --chmod=0755 start-spyder.sh /usr/local/bin/start-spyder.sh
|
COPY --chmod=0755 start-spyder.sh /usr/local/bin/start-spyder.sh
|
||||||
|
|
||||||
|
|||||||
@@ -13,3 +13,4 @@ dependencies:
|
|||||||
- pandas
|
- pandas
|
||||||
- matplotlib
|
- matplotlib
|
||||||
- pip
|
- pip
|
||||||
|
- scipy
|
||||||
|
|||||||
Reference in New Issue
Block a user