Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
e31c4938a4
commit
f2f8f91271
@ -13,6 +13,11 @@ RUN pip3 install torch
|
||||
RUN pip3 install sklearn
|
||||
RUN pip3 install matplotlib
|
||||
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
|
||||
ENV CUTOFF=${CUTOFF}
|
||||
|
Loading…
Reference in New Issue
Block a user