commit e9c535c701e813084c6dd93b7663dfca052bfce6 Author: Wolfgang Hottgenroth Date: Fri Jan 18 20:45:16 2019 +0100 initial diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cc1427e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM jupyter/scipy-notebook + +RUN \ + pip install influxdb \ + pip install pymongo +