NVIDIA
NVIDIA
MegaMolBART Base
Container
NVIDIA
NVIDIA
MegaMolBART Base

Base container with prerequisites for MegaMolBART

LayerLabelCreated
sha256:fb513c2dae74102e5eeb5500e8106a30411bc5148c3d3b7c0c05457994178b57RUN
NEMO_VERSION=1.11.0 printf "#!/bin/bash\njupyter lab --no-browser --allow-root --ip=0.0.0.0" >> start-jupyter.sh &&
  chmod +x start-jupyter.sh
08/05/2022 8:38 PM UTC
sha256:34c32b4d29b989e8e375695c0cbac64e24147c11cd0bac812c3ddd75a19d7464COPY
tutorials /workspace/nemo/tutorials
08/05/2022 8:38 PM UTC
sha256:632c3d65f71832d1b5e640572dfc8a658935f4ef42571b942a143af05383007bCOPY
tests /workspace/nemo/tests
08/05/2022 8:38 PM UTC
sha256:f6250cf2fb1e5e2437e7db0d9f97b1e55d6d7103d560789cbd3600bed6419b4eCOPY
examples /workspace/nemo/examples
08/05/2022 8:38 PM UTC
sha256:b90ff18c48c375ae11e007a00deb813737711a76573f923cacb2a79c398a2417COPY
scripts /workspace/nemo/scripts
08/05/2022 8:38 PM UTC
sha256:17f852655632a6212a7c94e538d6cf6cbfdfe1c6c98a3a1789c8be84259da065WORKDIR
/workspace/nemo
08/05/2022 8:38 PM UTC
sha256:9ef78759248f48b8592aa2837cb8d921fbee87067db180c062564d94b674adcdRUN
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
sha256:40ba30c9a1f29ce94e9b79106057f22c08be35d05a014caa2c9916d5e6788d11RUN
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
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
NEMO_VERSION=1.11.0
08/05/2022 8:38 PM UTC
sha256:73e7e963941abd63605b253d5152b9d2d13d18cb306b4ace03e72e1b59515643RUN
/bin/bash /tmp/nemo/scripts/speech_recognition/k2/setup.sh ||
  exit 0
08/05/2022 8:38 PM UTC
...