Skip to content
Snippets Groups Projects
Commit eac3f84e authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'pymc4_container' into 'master'

Add pymc, aka pymc4, to the docker container

See merge request lscsoft/bilby!1133
parents 4f2cac84 d2504b65
No related branches found
No related tags found
1 merge request!1133Add pymc, aka pymc4, to the docker container
Pipeline #440606 passed
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment