removed local

This commit is contained in:
Adam Wojdyla 2022-04-02 03:26:26 +02:00
parent d223e3f0f7
commit 7ef773d268

View File

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