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:23:04 +02:00
parent 2cc2eb2b2f
commit 1bc49d2fa2

View File

@ -15,4 +15,4 @@ RUN pip3 install pymongo
COPY ./lego_sets.csv ./
COPY ./process_dataset.py ./
COPY ./lab7/simple_regression.py ./
COPY ./simple_regression_lab7.py ./