add sacred to Dockerfile
Some checks failed
s444018-evaluation/pipeline/head This commit looks good
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-11 23:57:00 +02:00
parent 6959792f91
commit 521c03fe12

View File

@ -11,6 +11,7 @@ RUN pip3 install numpy
RUN pip3 install matplotlib
RUN pip3 install torch
RUN pip3 install sacred
ARG CUTOFF
ARG KAGGLE_USERNAME