NVIDIA
NVIDIA
MegaMolBART Base
Container
NVIDIA
NVIDIA
MegaMolBART Base

Base container with prerequisites for MegaMolBART

LayerLabelCreated
e585605476d23b07337d2aeec1625fcd1487332d6c04e8e11aea2371b5916157CONFIG
Entrypoint /opt/nvidia/nvidia_entrypoint.sh; WorkingDir /workspace/nemo; ExposedPorts 6006/tcp, 8888/tcp
08/05/2022 8:38 PM UTC
53d4d22f0730d9a26c9f9239fd569a3a360e98406dc6a81ac0e3df45c631bbb6COPY
tutorials /workspace/nemo/tutorials
08/05/2022 8:38 PM UTC
73d4bfcc2b6422d01c1b93f276e498124af51bcb98364b40067a3f9c313d0db4COPY
tests /workspace/nemo/tests
08/05/2022 8:38 PM UTC
b99fff0810df5154e30225f5d67b60a6913122c0311e13c61844f3d29d049c3dCOPY
examples /workspace/nemo/examples
08/05/2022 8:38 PM UTC
366c340cc1d71e92ece23e784c7b4a319438b11b966ea5f8538f26d14752b477COPY
scripts /workspace/nemo/scripts
08/05/2022 8:38 PM UTC
bcc93c3fc6e5b5d5253cdf1cc384c46fba2668dd39bdb9c3be050e812580e7a6WORKDIR
/workspace/nemo
08/05/2022 8:38 PM UTC
416e198df93e128be23c30ca1fe362d8057e2ae46dd1e44f41ef4ad9df93ca38RUN
NEMO_VERSION=1.11.0 cd /tmp/nemo &&
  pip install ".[all]" &&
  sed -i "s/_module_available(\"torchtext\")/False/g" /opt/conda/lib/python3.8/site-packages/pytorch_lightning/utilities/imports.py &&
  python -c "import nemo.collections.asr as nemo_asr" &&
  python -c "import nemo.collections.nlp as nemo_nlp" &&
  python -c "import nemo.collections.tts as nemo_tts" &&
  python -c "import nemo_text_processing.text_normalization as text_normalization"
08/05/2022 8:38 PM UTC
0eed02de07216c0ac22b60cd3393465021c0101f0d5fe1ac021200afb2ae6cddRUN
NEMO_VERSION=1.11.0 /usr/bin/test -n "$NEMO_VERSION" &&
  /bin/echo "export NEMO_VERSION=${NEMO_VERSION}" >> /root/.bashrc &&
  /bin/echo "export BASE_IMAGE=${BASE_IMAGE}" >> /root/.bashrc
08/05/2022 8:38 PM UTC
1151b3564ed8515e64bd1e9b44fdca2e747c1bf4e03cf4eddbb21e78c6b8db8aARG
NEMO_VERSION=1.11.0
08/05/2022 8:38 PM UTC
d90c1ee0fadb14101ef52cad39e374783c653099a84eb8a1fd04c091601da4f3RUN
/bin/bash /tmp/nemo/scripts/speech_recognition/k2/setup.sh ||
  exit 0
08/05/2022 8:38 PM UTC
...