From 1793a49a2fa7922785a954006d106a22f28e4eed Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 3 Apr 2022 13:32:01 +0200 Subject: [PATCH] zadanie doker --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c09375c..02b209f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM ubuntu:latest RUN apt-get update -RUN apt-get install -y python RUN apt-get install -y python3-pip RUN pip install kaggle RUN pip install pandas