2023-05-12 18:33:21 +02:00
|
|
|
FROM continuumio/anaconda3:latest
|
2023-04-20 14:26:26 +02:00
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y
|
|
|
|
|
|
|
|
RUN pip install pandas
|
2023-05-12 18:33:21 +02:00
|
|
|
RUN pip install scikit-learn
|
|
|
|
RUN pip install tensorflow
|
|
|
|
RUN pip install matplotlib
|
|
|
|
RUN pip install sacred
|
|
|
|
RUN pip install pymongo
|