Update 'Dockerfile'
This commit is contained in:
parent
6a313cc874
commit
eae375a62a
@ -1,3 +1,7 @@
|
|||||||
FROM continuumio/anaconda3:latest
|
FROM continuumio/anaconda3:latest
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y
|
RUN apt-get update && apt-get install -y
|
||||||
|
|
||||||
|
RUN pip install pandas
|
||||||
|
RUN pip install scikit-learn
|
||||||
|
RUN pip install tensorflow
|
||||||
|
Loading…
Reference in New Issue
Block a user