This commit is contained in:
Yevhenii Poliakov 2023-05-14 13:20:32 +02:00
parent d21b354a5b
commit 8907dc2ebe

View File

@ -4,9 +4,9 @@ RUN apt-get update && \
apt-get install -y python3.10 python3-pip && \
pip3 install --upgrade pip
RUN pip3 install --user kaggle
RUN pip3 install --user pandas
RUN pip3 install --user scikit-learn
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install scikit-learn
#RUN apt install python3.10-venv -y
#RUN python3 -m venv docker_ium