update d
This commit is contained in:
parent
d21b354a5b
commit
8907dc2ebe
@ -4,9 +4,9 @@ RUN apt-get update && \
|
|||||||
apt-get install -y python3.10 python3-pip && \
|
apt-get install -y python3.10 python3-pip && \
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
|
|
||||||
RUN pip3 install --user kaggle
|
RUN pip3 install kaggle
|
||||||
RUN pip3 install --user pandas
|
RUN pip3 install pandas
|
||||||
RUN pip3 install --user scikit-learn
|
RUN pip3 install scikit-learn
|
||||||
|
|
||||||
#RUN apt install python3.10-venv -y
|
#RUN apt install python3.10-venv -y
|
||||||
#RUN python3 -m venv docker_ium
|
#RUN python3 -m venv docker_ium
|
||||||
|
Loading…
Reference in New Issue
Block a user