ium_z486867/Dockerfile
2023-09-28 21:52:51 +02:00

6 lines
165 B
Docker

FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn
RUN pip install tensorflow
RUN pip install matplotlib