7 lines
84 B
Docker
7 lines
84 B
Docker
FROM jupyter/scipy-notebook
|
|
|
|
RUN \
|
|
pip install influxdb \
|
|
pip install pymongo
|
|
|