Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-05-07 14:36:34 +02:00
parent e31c4938a4
commit f2f8f91271

View File

@ -13,6 +13,11 @@ RUN pip3 install torch
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install numpy
RUN pip3 install wheel --no-deps -U
RUN pip3 install GitPython
RUN pip3 install pymongo
RUN apt-get install unzip
ARG CUTOFF ARG CUTOFF
ENV CUTOFF=${CUTOFF} ENV CUTOFF=${CUTOFF}