Update Dockerfile2

This commit is contained in:
s464903 2024-05-11 12:01:29 +02:00
parent 305d65c145
commit d876c1e63d

View File

@ -6,7 +6,7 @@ RUN apt update && \
apt install -y python3 python3-pip apt install -y python3 python3-pip
# Zainstaluj potrzebne biblioteki Pythona # 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 # Ustaw katalog roboczy
WORKDIR /app WORKDIR /app