From 4caf9c923cc9ad42787fbf777b5b0ebf0cd04e7c Mon Sep 17 00:00:00 2001 From: Simon Zeyer Date: Mon, 29 Apr 2019 09:43:16 +0200 Subject: [PATCH] Update Dockerfile --- server/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/Dockerfile b/server/Dockerfile index 0ff5bf0..e502310 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -5,7 +5,8 @@ RUN apk add --update --no-cache ca-certificates gcc g++ curl openblas-dev@commun RUN ln -s /usr/include/locale.h /usr/include/xlocale.h WORKDIR /usr/src/LEDServer -RUN pip3 install --no-cache-dir numpy scipy +RUN pip3 install --no-cache-dir numpy +# RUN pip3 install --no-cache-dir scipy # scipy is only required by the recorder application COPY . /usr/src/LEDServer -CMD python3.7 -u /usr/src/LEDServer/LEDServer.py \ No newline at end of file +CMD python3.7 -u /usr/src/LEDServer/LEDServer.py