add wget
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 15:43:35 +02:00
parent cdc99bf48b
commit 4a3b8cf64d

View File

@ -7,6 +7,7 @@ RUN apt-get install -y python3
RUN apt-get install -y unzip
RUN apt-get install -y python3-pip
RUN apt-get install unzip
RUN apt-get install wget
# RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas