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:57:43 +02:00
parent 5db112f9cc
commit b9f590bdef

View File

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