From 2724f348b02d2bd8a8d466885acd3ab34edcfb2c Mon Sep 17 00:00:00 2001 From: Michal Gulczynski Date: Tue, 11 Jun 2024 19:15:00 +0200 Subject: [PATCH] ium_07 sacred --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2368de7..ce96cac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN apt-get update && \ unzip \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install pandas scikit-learn requests kaggle numpy sacred pymongo \ No newline at end of file +RUN pip3 install pandas scikit-learn requests kaggle numpy sacred pymongo --break-system-package \ No newline at end of file