diff --git a/Dockerfile b/Dockerfile index 283fa38..aec7f68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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