utf8 2
This commit is contained in:
parent
dc4e39a148
commit
d84f626933
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user