Google
Google
AlphaFold2-Multimer
Container
Google
Google
AlphaFold2-Multimer

A widely used model for predicting the 3D structures of proteins from their amino acid sequences. This version of the container supports multimers, i.e. proteins made up of 2 or more polypeptide chains.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
["/bin/bash" "-c" "$SERVER_START_SCRIPT_PATH"]
12/18/2024 9:32 PM UTC
sha256:4f47c7f4b508a855eaa0548faa8d18a2a918172d024b27ea40400c5598dfa9f9RUN
RUN /bin/sh -c touch $SERVER_START_SCRIPT_PATH &&
  chmod a+rx $SERVER_START_SCRIPT_PATH &&
  cat > $SERVER_START_SCRIPT_PATH <<-EOF #!/usr/bin/env bash set -eu # SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NvidiaProprietary start_server EOF # buildkit
12/18/2024 9:32 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
12/18/2024 9:32 PM UTC
sha256:676ed1643411311b5da3c1c03668328d24020f61f82e27cc84c6a31e478aa057COPY
model_manifest.yaml /opt/nim/etc/default/model_manifest.yaml
12/18/2024 9:32 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
nvs:1000
12/18/2024 9:32 PM UTC
sha256:009b19f5fcfffd1af6540d5fbfc45e6508cee115332db426d7873369fc06c48eRUN
groupadd --gid 1000 --non-unique nvs &&
  useradd --create-home --shell /usr/sbin/nologin --uid 1000 --non-unique --gid 1000 nvs &&
  chown 1000.1000 $NIM_DIR_PATH
12/18/2024 9:32 PM UTC
sha256:f15e3d7da8c613416664e89a105a6f975bfdf1c903a40c478047bce20f407bf9COPY
./banner.txt /opt/nim
12/18/2024 9:32 PM UTC
sha256:26045b73d85781b416b0ba2dbeef1b4d55f84f3f271b6d9931a99359c3cbe384COPY
./LICENSE ./VERSION /opt/nim
12/18/2024 9:32 PM UTC
sha256:5d340d2c7eea6c81484900ff42839785697e7ca269e0479ab5e06478c32198b5COPY
./inference.py /opt/nim
12/18/2024 9:32 PM UTC
sha256:03997329a248f5362b928e286aebf96ac723686f225cea2086bf2d56d79c70cfCOPY
./data_models.py /opt/nim
12/18/2024 9:32 PM UTC
...