Update 'lab8/Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-05-13 00:05:29 +02:00
parent 77689be812
commit 75ebdc063f

View File

@ -14,6 +14,7 @@ RUN pip3 install sacred
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install GitPython RUN pip3 install GitPython
RUN pip3 install mlflow RUN pip3 install mlflow
RUN pip3 install mlflow.keras
COPY ./lego_sets.csv ./ COPY ./lego_sets.csv ./
COPY ./process_dataset.py ./ COPY ./process_dataset.py ./