From 053cf9c3c1594e3c25ba71262e656f10673edce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Tue, 4 Apr 2023 12:21:51 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ef49b4..eab3f06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,9 @@ FROM ubuntu:latest -RUN pip install --user pandas \ No newline at end of file +RUN apt update && apt install -y figlet +RUN apt-get update +RUN apt install python3-pip -y +RUN pip install --user pandas +RUN pip install --user kaggle +RUN pip install --user seaborn +RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle +RUN apt-get install unzip \ No newline at end of file