FROM mambaorg/micromamba:2.1.1 USER root ARG MAMBA_DOCKERFILE_ACTIVATE=1 RUN micromamba install -n base -y -c conda-forge --channel-priority flexible \ python=3.12 \ numpy \ pandas \ rdkit \ procps-ng # Note: No need for requests or chembl-downloader in the container # since we're passing the pre-downloaded database as input