Update 'lab7/Dockerfile'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-05-05 22:46:02 +02:00
parent 9be45769cf
commit bdce79b7ab

View File

@ -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 ./