From 7ef773d26875f21a571f51df4c2cc5bd3702aa0e Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sat, 2 Apr 2022 03:26:26 +0200 Subject: [PATCH] removed local --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d49e70c..53fb067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y figlet python3 python3-pip unzip RUN pip3 install kaggle RUN pip3 install pandas -ENV PATH="/root/.local/bin:${PATH}" +# ENV PATH="/root/.local/bin:${PATH}" COPY . . COPY ./figlet-loop.sh ./