diff --git a/Dockerfile b/Dockerfile index 29620a0..59e16df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM ubuntu:latest +FROM python:3.9 -RUN apt update -RUN apt install -y python3-pip +RUN apt-get update +# RUN apt install -y python3-pip RUN pip3 install pandas RUN pip3 install matplotlib