Fix python installation.
[lightning.git] / docker / lightning / Dockerfile
index 319ed497ee2d3a0a4a72b74e56a28e53d07a4f5f..78318d8f08566882d94c6289978d6a22bddae692 100644 (file)
@@ -22,14 +22,9 @@ RUN apt-get install -qy --no-install-recommends wget \
   libncursesw5-dev \
   gcc \
   make \
-  python3-numpy \
-  python3-pandas \
-  python3-scipy \
-  python3-matplotlib \
   git
 
-RUN pip3 install scikit-learn
-RUN pip3 install --upgrade scipy
+RUN pip install --upgrade pip matplotlib numpy pandas scikit-learn scipy
 
 # Installing go 1.19