From d90eff216b619c5110d482611955a75b2d47513e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Thu, 30 Mar 2023 14:11:46 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57bdfc1..0ef49b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -pip install --user kaggle -pip install --user pandas \ No newline at end of file +FROM ubuntu:latest +RUN pip install --user pandas \ No newline at end of file