From 55ff7334b4cf9f89dd365343018ffb1ba79e3ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 9 May 2023 19:48:02 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd1d292..f890816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,3 @@ -FROM python:latest +FROM continuumio/anaconda3:latest RUN apt-get update && apt-get install -y - -RUN pip install pandas -RUN pip install scikit-learn \ No newline at end of file