diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..6f98755fe133a3d6883791ef35ec12872c3fe373
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,8 @@
+FROM jupyter/datascience-notebook
+
+USER root 
+
+RUN pip install bash_kernel && python -m bash_kernel.install 
+
+RUN apt-get update && apt-get -y install gnuplot 
+RUN pip install gnuplot_kernel &&  python -m gnuplot_kernel install --user