Update Dockerfile2
This commit is contained in:
parent
bc0ab7030b
commit
305d65c145
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user