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 21:54:17 +02:00
parent 1024da5b8a
commit 5db112f9cc

View File

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