diff --git a/Dockerfile b/Dockerfile index 02b209f..22a4984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python3-pip -RUN pip install kaggle -RUN pip install pandas -RUN pip install -U scikit-learn \ No newline at end of file +RUN pip3 install kaggle +RUN pip3 install pandas +RUN pip3 install -U scikit-learn \ No newline at end of file