Zaktualizuj 'Dockerfile'

This commit is contained in:
Patryk Łukasiewicz 2023-05-12 18:33:21 +02:00
parent 1eacf95dc7
commit 25c1ef1b9d
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
FROM python:latest
FROM continuumio/anaconda3:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn
RUN pip install scikit-learn
RUN pip install tensorflow
RUN pip install matplotlib
RUN pip install sacred
RUN pip install pymongo