From db2224316349875bac89fc3ac6135a6dea9ea0c6 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 3 Apr 2022 14:43:23 +0200 Subject: [PATCH] zadanie doker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7bcc46..9a9c777 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ RUN apt update && apt install -y python3-pip RUN pip3 install pandas RUN pip3 install numpy RUN pip3 install sklearn -COPY ./Steam-200k.csv ./ +COPY ./steam-200k.csv ./ COPY ./kagle.py ./ \ No newline at end of file