diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4cc718c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +########### +# BUILDER # +########### + +# pull official base image +FROM dvcorg/cml-py3 as builder +