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