Update Dockerfile2

This commit is contained in:
s464903 2024-05-11 11:57:52 +02:00
parent bc0ab7030b
commit 305d65c145
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
RUN pip3 install --user kaggle pandas tensorflow sklearn keras numpy opendatasets matplotlib
# Ustaw katalog roboczy
WORKDIR /app