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 ./