From 305d65c145c3786a70d440531957e8fa8ef71ca9 Mon Sep 17 00:00:00 2001 From: s464903 Date: Sat, 11 May 2024 11:57:52 +0200 Subject: [PATCH] Update Dockerfile2 --- Dockerfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile2 b/Dockerfile2 index 542c514..36b5612 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 +RUN pip3 install --user kaggle pandas tensorflow sklearn keras numpy opendatasets matplotlib # Ustaw katalog roboczy WORKDIR /app