Updating lightning Dockerfile to go from `pip3 install sklearn` -> `pip3 install...
authorAlex Coleman <alex.coleman@curii.com>
Thu, 20 Jul 2023 17:33:47 +0000 (11:33 -0600)
committerAlex Coleman <alex.coleman@curii.com>
Thu, 20 Jul 2023 17:33:47 +0000 (11:33 -0600)
Arvados-DCO-1.1-Signed-off-by: Alex Coleman <alex.coleman@curii.com>

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