From 09ce69334386071f18b94224706c104fb2ec9ad7 Mon Sep 17 00:00:00 2001 From: Anton Nesterov Date: Sat, 21 Sep 2024 13:16:58 +0200 Subject: [PATCH] + essentials --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee06baf..8fcfa14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,11 @@ RUN deno jupyter --install ENV JUPYTER_ENABLE_LAB=yes COPY requirements.txt . -RUN pip install -r requirements.txt +RUN pip install pandas\ + && pip install numpy\ + && pip install matplotlib\ + && pip install seaborn\ + && pip install scikit-learn\ + && pip install -r requirements.txt CMD ["start-notebook.py", "--IdentityProvider.token=''"] \ No newline at end of file