This commit is contained in:
s444501 2022-04-02 19:12:06 +02:00
parent fb76d4302e
commit 0b1578696f

View File

@ -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