Updating lightning Dockerfile to go from `pip3 install sklearn` -> `pip3 install...
[lightning.git] / docker / lightning / Dockerfile
index 2941b5a06137d6d53cb509277e462c1119b40215..149ca6a8cc2ee3904098c4e6a14836997dd57010 100644 (file)
@@ -28,7 +28,7 @@ RUN apt-get install -qy --no-install-recommends wget \
   python3-matplotlib \
   git
 
-RUN pip3 install sklearn
+RUN pip3 install scikit-learn
 RUN pip3 install --upgrade scipy
 
 # Installing go 1.19