From eae375a62a6506050dd37d78daf520c70dfc3c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 10 May 2023 19:14:43 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index f890816..786f6d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ FROM continuumio/anaconda3:latest RUN apt-get update && apt-get install -y + +RUN pip install pandas +RUN pip install scikit-learn +RUN pip install tensorflow