NVIDIA
BioNeMo Framework
Container
NVIDIA
BioNeMo Framework

BioNeMo Framework for running training and inference on large scale bio-based models.

  • LayerLabelCreated
    sha256:a2ebfd60bf79e0e93e469506625a02de2780a7e152a2ae28d8947c219a117b34RUN
    NEMU_RUN_TAG=34259bd3e752fef94045a9a019e4aaf62bd11ce2 chmod 777 -R /workspace/bionemo2/
    03/17/2025 12:58 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1COPY
    /usr/local/rustup /usr/local/rustup
    03/17/2025 12:58 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1COPY
    /usr/local/cargo /usr/local/cargo
    03/17/2025 12:58 PM UTC
    sha256:5439a9e73a3a3c8f590a701ef2a76f3848971cc919fec00890a72234de4bc31eCOPY
    ./docs ./docs
    03/17/2025 12:58 PM UTC
    sha256:a356fca9ab5791acba9325f6971edb11f07e26bb66ecdd62881b5d4c73ccb3c6COPY
    ./ci/scripts ./ci/scripts
    03/17/2025 12:58 PM UTC
    sha256:6e5e7d1132b9bdf636e426a1a4dc8563c159bf989cd4ba849d47d4bdad895f94COPY
    ./README.md ./
    03/17/2025 12:58 PM UTC
    sha256:bba5bec67f91782ff8f6cbe84848a520bf57b02cff772d21969ee45a6f96751bCOPY
    ./scripts ./scripts
    03/17/2025 12:58 PM UTC
    sha256:c3a73aff577f45321356d638da9b1aae384fc9b30492e6f1807af16078e7eae8COPY
    VERSION .
    03/17/2025 12:58 PM UTC
    sha256:4568ca395fafe4f4075565b74808d6dfd15c9f33e336e7fe7b183fd4550f52acRUN
    NEMU_RUN_TAG=34259bd3e752fef94045a9a019e4aaf62bd11ce2 mkdir -p /workspace/bionemo2/.cache/
    03/17/2025 12:58 PM UTC
    sha256:f5cd4aac44191e741bf69c3b92d19e4c2cd28685716bc79b70b089ef50de4093RUN
    RUN |1 NEMU_RUN_TAG=34259bd3e752fef94045a9a019e4aaf62bd11ce2 /bin/sh -c set -eo pipefail uv pip install maturin --no-build-isolation uv pip install --no-build-isolation \
    ./3rdparty/* \
    ./sub-packages/bionemo-* \
    -r /requirements-cve.txt \
    -r /requirements-test.txt # Addressing security scan issue - CVE vulnerability https://github.com/advisories/GHSA-g4r7-86gm-pgqc The package is a # dependency of lm_eval from NeMo requirements_eval.txt. We also remove zstandard, another dependency of lm_eval, which # seems to be causing issues with NGC downloads. See https://nvbugspro.nvidia.com/bug/5149698 uv pip uninstall sqlitedict zstandard rm -rf ./3rdparty rm -rf /tmp/* rm -rf ./sub-packages/bionemo-noodles/target # buildkit
    03/17/2025 12:58 PM UTC
    ...