diff --git a/Dockerfile b/Dockerfile index e2365e530..fb5149efd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update -y && \ apt-get autoremove # Download Miniconda3 and install Python dependencies +RUN pip3 install numpy #RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \ # /bin/bash ~/miniconda.sh -b -p /opt/conda && \ # rm -rf ~/miniconda.sh