ium_z444439/Dockerfile

8 lines
167 B
Docker
Raw Normal View History

2023-04-19 17:51:56 +02:00
FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
2023-05-11 18:27:25 +02:00
RUN pip install tensorflow
RUN pip install matplotlib
2023-04-19 17:51:56 +02:00
RUN pip install scikit-learn