From cdb9c846186797d62d73cc0678a306a2028ab8e8 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 15:42:56 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f770302..124244d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN pip3 install --user sklearn COPY ./download_dataset.sh ./ COPY ./process_dataset.py ./ -RUN chmod u+x ./download_dataset.sh ./process_data.py \ No newline at end of file +RUN chmod u+x ./download_dataset.sh ./process_dataset.py \ No newline at end of file