From 67fe6fca96a992253c180d9170760522743b1acd Mon Sep 17 00:00:00 2001 From: jakubknczny Date: Fri, 14 May 2021 21:55:52 +0200 Subject: [PATCH] fix script name --- lab5/create/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab5/create/Dockerfile b/lab5/create/Dockerfile index f3598ed..14ee164 100644 --- a/lab5/create/Dockerfile +++ b/lab5/create/Dockerfile @@ -8,7 +8,7 @@ RUN apt install -y unzip >>/dev/null WORKDIR /app -COPY ./test_eval.py ./ +COPY ./create_dataset.py ./ COPY ./script.sh ./ RUN chmod +x script.sh