From 308dc3a68ff4e6c3c4a51af2be80f770143e822d 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 1a16fb2768d10d4421cd8c6735d6821d5a4ed2c8. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b6bd174..d2e849d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ 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