ium_z434686/Dockerfile

11 lines
230 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
2023-05-11 21:25:11 +02:00
RUN pip install sacred
2023-05-11 21:27:01 +02:00
RUN pip install pymongo