From 1024da5b8a86481f54bc45d44ccb527c165fa6b2 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Thu, 5 May 2022 21:49:27 +0200 Subject: [PATCH] Update 'lab7/Dockerfile' --- lab7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab7/Dockerfile b/lab7/Dockerfile index 6ce599a..ea7454e 100644 --- a/lab7/Dockerfile +++ b/lab7/Dockerfile @@ -15,4 +15,4 @@ RUN pip3 install pymongo COPY ./lego_sets.csv ./ COPY ./process_dataset.py ./ -COPY ./simple_regression.py ./ +COPY simple_regression.py ./