Update Dockerfile (sacred)

This commit is contained in:
Agata 2022-05-06 10:06:52 +02:00
parent c16dc1b9d3
commit 59e2ea929d

View File

@ -7,6 +7,7 @@ RUN pip3 install ipython
RUN pip3 install torch
RUN pip3 install numpy
RUN pip3 install sacred
RUN pip3 install GitPython
WORKDIR /app