diff --git a/Dockerfile b/Dockerfile index 43bec08..fb589ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:latest RUN apt update && apt install -y python3-pip -RUN pip3 install --user datasets kaggle +RUN pip3 install datasets kaggle RUN pip3 list \ No newline at end of file