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

This commit is contained in:
Kacper Dudzic 2022-05-13 00:19:25 +02:00
parent 4c1202bffb
commit 2bcca56296

View File

@ -14,7 +14,6 @@ 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 ./