From 1a16fb2768d10d4421cd8c6735d6821d5a4ed2c8 Mon Sep 17 00:00:00 2001 From: zgolebiewska Date: Sun, 26 May 2024 13:53:46 +0200 Subject: [PATCH] update --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2e849d..b6bd174 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +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