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