diff --git a/lab7/Dockerfile b/lab7/Dockerfile index 17e0d02..15d245c 100644 --- a/lab7/Dockerfile +++ b/lab7/Dockerfile @@ -12,6 +12,7 @@ RUN pip3 install matplotlib RUN pip3 install keras RUN pip3 install sacred RUN pip3 install pymongo +RUN pip3 install GitPython COPY ./lego_sets.csv ./ COPY ./process_dataset.py ./