diff --git a/Dockerfile b/Dockerfile index 1a61ca8a..05aa953a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -278,6 +278,10 @@ RUN pip install --upgrade mpld3 && \ pip install altair && \ pip install pystan && \ pip install ImageHash && \ + + #Installation of Imputation module + pip install fancyimput && \ + pip install git+https://github.com/pymc-devs/pymc3 && \ ##### ^^^^ Add new contributions above here # clean up pip cache