This commit is contained in:
eugene 2023-06-06 20:33:02 +02:00
parent 8aab39b477
commit 46430423d7

View File

@ -8,7 +8,7 @@ RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install scikit-learn
RUN pip3 install tensorflow==2.12.*
RUN pip3 install pickle
RUN pip3 install pickle5
#RUN apt install python3.10-venv -y
#RUN python3 -m venv docker_ium