From a5dc5bf806caccc13c93fadb315884bc1cdb1d50 Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:56:26 +0200 Subject: [PATCH] add bc --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 30b0a07..33f630c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM ubuntu:latest RUN apt update && apt install -y python3-pip RUN apt install unzip +RUN apt install bc RUN pip install --user kaggle RUN pip install --user pandas RUN pip install --user scikit-learn