From e744f600aa4a6ff95e2fb0e190226424000088ed Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 16:14:23 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16227cd..bd76e36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,4 @@ RUN pip3 install numpy RUN pip3 install sklearn COPY ./download_dataset.sh ./ -COPY ./process_dataset.py ./ - -RUN chmod u+x ./download_dataset.sh ./process_dataset.py \ No newline at end of file +COPY ./process_dataset.py ./ \ No newline at end of file