This commit is contained in:
Adam Wojdyla 2022-04-02 23:02:39 +02:00
parent dc4e39a148
commit d84f626933

View File

@ -10,6 +10,12 @@ RUN apt-get install -y python3
RUN apt-get install -y unzip
RUN apt-get install -y python3-pip
ENV PYTHONIOENCODING=utf-8
RUN apt-get install -y locales locales-all
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
RUN python3 -m pip --version
RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas