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