Update Dockerfile2

This commit is contained in:
s464903 2024-05-11 12:01:29 +02:00
parent 305d65c145
commit d876c1e63d
1 changed files with 1 additions and 1 deletions

View File

@ -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