From d876c1e63d63e0df62bc6e5ad6e4ff0841caa952 Mon Sep 17 00:00:00 2001 From: s464903 Date: Sat, 11 May 2024 12:01:29 +0200 Subject: [PATCH] Update Dockerfile2 --- Dockerfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile2 b/Dockerfile2 index 36b5612..5676d7a 100644 --- a/Dockerfile2 +++ b/Dockerfile2 @@ -6,7 +6,7 @@ RUN apt update && \ apt install -y python3 python3-pip # Zainstaluj potrzebne biblioteki Pythona -RUN pip3 install --user kaggle pandas tensorflow sklearn keras numpy opendatasets matplotlib +RUN pip3 install --user kaggle pandas tensorflow scikit-learn keras numpy opendatasets matplotlib # Ustaw katalog roboczy WORKDIR /app