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:49:27 +02:00
parent 14507e3744
commit 1024da5b8a

View File

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