dockerfile
Some checks reported errors
s434784-training/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Maciej Sobkowiak 2021-05-16 16:18:20 +02:00
parent e180be0f1c
commit db2f934cae

View File

@ -4,11 +4,11 @@ RUN apt update
RUN apt install -y python3 python3-pip RUN apt install -y python3 python3-pip
RUN apt install -y curl RUN apt install -y curl
RUN pip3 install --user pandas RUN pip3 install pandas
RUN pip3 install --user matplotlib RUN pip3 install matplotlib
RUN pip3 install --user numpy RUN pip3 install numpy
RUN pip3 install --user tensorflow RUN pip3 install tensorflow
RUN pip3 install --user sklearn RUN pip3 install sklearn
WORKDIR /app WORKDIR /app