From cc3a35248c37ae601c3f26298ecce413116fc964 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Mon, 16 Dec 2024 11:36:32 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20scikit=20=D0=B4=D0=BB=D1=8F=20jupyter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jupyter-ext/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-ext/Dockerfile b/jupyter-ext/Dockerfile index 252dd56..c6977c0 100644 --- a/jupyter-ext/Dockerfile +++ b/jupyter-ext/Dockerfile @@ -1,6 +1,6 @@ FROM dm.dended.ru/jupyter/base-notebook -ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm +ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm scikit-learn RUN pip3 --no-cache-dir install ${PIP_PACKAGE} \ && rm -rf /var/cache/apk/*