Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-05-07 14:04:17 +02:00
parent 49b8c2d8ca
commit 75dcb55335

View File

@ -12,6 +12,7 @@ RUN pip3 install pandas
RUN pip3 install torch
RUN pip3 install sklearn
RUN pip3 install matplotlib
RUN pip3 install sacred
ARG CUTOFF
ENV CUTOFF=${CUTOFF}