initial
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM ipython/notebook
|
||||
|
||||
RUN \
|
||||
pip install --upgrade pip && \
|
||||
pip install numpy && \
|
||||
pip install matplotlib && \
|
||||
pip install influxdb
|
||||
|
Reference in New Issue
Block a user