change dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-07 15:39:53 +02:00
parent 3853b0ff00
commit e871978449

View File

@ -13,6 +13,8 @@ RUN apt-get install wget
RUN python3 -m pip install pandas
RUN pip3 install matplotlib
RUN pip3 install sacred
RUN pip3 install sacred
RUN pip3 install pymongo
# RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
WORKDIR /app