From ef512a6c4348ef5185830dca1964c89a74c00b27 Mon Sep 17 00:00:00 2001 From: zgolebiewska Date: Sun, 26 May 2024 13:59:04 +0200 Subject: [PATCH] Revert "update" This reverts commit 6ffc5f1f18ff07c5cda105a52b44a01c71d6c156. --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2e849d..50241b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,6 @@ COPY ./predictions_tf.json ./ RUN python3 -m venv venv RUN /bin/bash -c "source venv/bin/activate" -RUN pip install --upgrade pip -RUN pip install tensorflow - -RUN apt-get install -y python3-sklearn +RUN apt-get install -y python3-pandas python3-scikit-learn python3-tensorflow CMD ["python3", "data_processing.sh"]