9 lines
142 B
Docker
Raw Permalink Normal View History

2019-01-18 23:07:40 +01:00
FROM ipython/notebook
RUN \
pip install --upgrade pip && \
pip install numpy && \
pip install matplotlib && \
pip install influxdb