This commit is contained in:
eugene 2023-06-06 20:30:58 +02:00
parent 327962b0da
commit 8aab39b477

View File

@ -8,6 +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 apt install python3.10-venv -y
#RUN python3 -m venv docker_ium