diff --git a/Dockerfile b/Dockerfile index 8d205c1..f770302 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,6 @@ RUN pip3 install --user numpy RUN pip3 install --user sklearn COPY ./download_dataset.sh ./ -COPY ./process_data.py ./ +COPY ./process_dataset.py ./ RUN chmod u+x ./download_dataset.sh ./process_data.py \ No newline at end of file