From 8aab39b477eff56c7afa9599663cf3fb0d7910fd Mon Sep 17 00:00:00 2001 From: eugene Date: Tue, 6 Jun 2023 20:30:58 +0200 Subject: [PATCH] upd d --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 150d46b..283fa38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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