From 04f075161b36a4e82e473462a2938ae88f14a9f0 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Fri, 1 Mar 2024 23:01:12 -0600 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62f73bb..1a48c17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN python3.8 -m pip --no-cache-dir install \ pandas \ Pillow \ scipy \ - sklearn \ + scikit-learn \ qtpy \ tqdm \ seaborn \