.
All checks were successful
s434784-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Sobkowiak 2021-05-16 16:34:56 +02:00
parent d807f97a46
commit def7cd8975

View File

@ -4,6 +4,8 @@ RUN apt update
RUN apt install -y python3 python3-pip
RUN apt install -y curl
RUN pip3 install --upgrade pip
RUN pip3 install pandas
RUN pip3 install matplotlib
RUN pip3 install numpy