change pandas install

This commit is contained in:
s444417 2022-04-03 17:31:58 +02:00
parent a46b06c6fe
commit d6f66b0fcb

View File

@ -8,7 +8,7 @@ RUN apt-get install -y unzip
RUN apt-get install -y python3-pip
RUN python3 -m pip install --user kaggle
RUN python3 -m pip install --user pandas
RUN pip install pandas
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle