From 5c5bd76243e8337fa4a1e5685de824f360f07c3f Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Fri, 1 Apr 2022 13:43:18 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1ca715..6ce183e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get install -y python3-pip RUN python3 -m pip install kaggle RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade Pillow -RUN pip3 install --user pandas +RUN pip3 install --user pandas && ls -la ~/.local/lib/python3.7/site-packages RUN pip3 install --user matplotlib RUN pip3 install --user sklearn RUN apt-get install unzip