From 4c143f257494295684e48104c27ad24c162aac73 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Sat, 1 Jun 2024 18:26:54 +0200 Subject: [PATCH] IUM_7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acf6f0a..6562a46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:latest -RUN apt update && apt install -y python3-pip +RUN apt update && apt install -y python3-pip git RUN pip install pandas numpy scikit-learn tensorflow sacred pymongo --break-system-packages \ No newline at end of file