Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Dudziak 2023-05-10 11:41:59 +02:00
parent 904196fb1b
commit d0bd1ac1d0

View File

@ -4,6 +4,7 @@ RUN apt update && apt install -y figlet
RUN apt-get update RUN apt-get update
RUN apt install python3-pip -y RUN apt install python3-pip -y
RUN pip install --user pandas RUN pip install --user pandas
RUN pip install --user jupyter
RUN pip install --user kaggle RUN pip install --user kaggle
RUN pip install --user seaborn RUN pip install --user seaborn
RUN pip install --user tensorflow RUN pip install --user tensorflow