From c4b1a8f60e2a763bda2409b86467cde97152f205 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 04:50:36 +0200 Subject: [PATCH] removing installation of csv, it is a default library --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 504dd11..e1d4373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN pip3 install torch RUN pip3 install seaborn RUN pip3 install torchvision RUN pip3 install sklearn -RUN pip3 install csv # RUN python3 -m pip install kaggle RUN python3 -m pip install pandas RUN pip3 install matplotlib