From d2504b656478ac7f6b58e4a2dd74a6cc5bebe854 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin <matthew.pitkin@ligo.org> Date: Wed, 10 Aug 2022 16:21:43 +0100 Subject: [PATCH] Add pymc, aka pymc4, to the docker container --- containers/dockerfile-template | 1 + containers/v3-dockerfile-test-suite-python38 | 1 + containers/v3-dockerfile-test-suite-python39 | 1 + 3 files changed, 3 insertions(+) diff --git a/containers/dockerfile-template b/containers/dockerfile-template index f4eca79d8..af8a61f58 100644 --- a/containers/dockerfile-template +++ b/containers/dockerfile-template @@ -37,6 +37,7 @@ RUN conda install -n ${{conda_env}} -c conda-forge ptmcmcsampler RUN conda install -n ${{conda_env}} -c conda-forge pytorch RUN conda install -n ${{conda_env}} -c conda-forge theano-pymc RUN conda install -n ${{conda_env}} -c conda-forge pymc3 +RUN conda install -n ${{conda_env}} -c conda-forge pymc pymc-base RUN pip install nessai # Install Polychord diff --git a/containers/v3-dockerfile-test-suite-python38 b/containers/v3-dockerfile-test-suite-python38 index 4ee250e8b..447302e50 100644 --- a/containers/v3-dockerfile-test-suite-python38 +++ b/containers/v3-dockerfile-test-suite-python38 @@ -39,6 +39,7 @@ RUN conda install -n ${conda_env} -c conda-forge ptmcmcsampler RUN conda install -n ${conda_env} -c conda-forge pytorch RUN conda install -n ${conda_env} -c conda-forge theano-pymc RUN conda install -n ${conda_env} -c conda-forge pymc3 +RUN conda install -n ${conda_env} -c conda-forge pymc pymc-base RUN pip install nessai # Install Polychord diff --git a/containers/v3-dockerfile-test-suite-python39 b/containers/v3-dockerfile-test-suite-python39 index 218b3d3e2..2d5e22444 100644 --- a/containers/v3-dockerfile-test-suite-python39 +++ b/containers/v3-dockerfile-test-suite-python39 @@ -39,6 +39,7 @@ RUN conda install -n ${conda_env} -c conda-forge ptmcmcsampler RUN conda install -n ${conda_env} -c conda-forge pytorch RUN conda install -n ${conda_env} -c conda-forge theano-pymc RUN conda install -n ${conda_env} -c conda-forge pymc3 +RUN conda install -n ${conda_env} -c conda-forge pymc pymc-base RUN pip install nessai # Install Polychord -- GitLab