diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..a9e100e2e29753e911bb9bccda918c45262c13db
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM continuumio/anaconda3
+
+RUN apt-get update && apt-get install libgl1
\ No newline at end of file