Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
1eacf95dc7
commit
25c1ef1b9d
@ -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 tensorflow
|
||||
RUN pip install matplotlib
|
||||
RUN pip install sacred
|
||||
RUN pip install pymongo
|
||||
|
Loading…
Reference in New Issue
Block a user