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