ium_z434686/Dockerfile

9 lines
183 B
Docker
Raw Normal View History

2023-05-09 19:48:02 +02:00
FROM continuumio/anaconda3:latest
2023-04-18 21:26:17 +02:00
RUN apt-get update && apt-get install -y
2023-05-10 19:14:43 +02:00
RUN pip install pandas
RUN pip install scikit-learn
RUN pip install tensorflow
2023-05-11 00:49:21 +02:00
RUN pip install matplotlib