This commit is contained in:
2019-01-18 23:07:40 +01:00
commit 64f95ff8f0
3 changed files with 24 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM ipython/notebook
RUN \
pip install --upgrade pip && \
pip install numpy && \
pip install matplotlib && \
pip install influxdb